-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @xxtemps As it is explained in the documentation - you are tying to download the Geometry image from GitHub's container registry. However, this option is only available for Ansys employees. See the note in this section: https://geometry.docs.pyansys.com/version/stable/getting_started/docker/windows_container.html#github-container-registry If you are not an Ansys employee and you want to use the Docker option to launch the Geometry service, you can build your own Geometry image based on your local Ansys installation. See https://geometry.docs.pyansys.com/version/stable/getting_started/docker/windows_container.html#build-the-geometry-service-windows-container for more information on how to build your own Docker image. More specifically, you will have to follow the instructions in the Build from available Ansys installation section. |
Beta Was this translation helpful? Give feedback.
Hi @xxtemps
As it is explained in the documentation - you are tying to download the Geometry image from GitHub's container registry. However, this option is only available for Ansys employees. See the note in this section: https://geometry.docs.pyansys.com/version/stable/getting_started/docker/windows_container.html#github-container-registry
If you are not an Ansys employee and you want to use the Docker option to launch the Geometry service, you can build your own Geometry image based on your local Ansys installation. See https://geometry.docs.pyansys.com/version/stable/getting_started/docker/windows_container.html#build-the-geometry-service-windows-container for more information on how …