"Troubles Building PyAnsys Geometry Docker Container: Seeking Help for Ansys 2024 R1 Student Version" #978
Replies: 1 comment 12 replies
-
Hi @santoshdoddipatla - let's go step by step on your comments:
As stated in the documentation, direct access to the binaries is only available for Ansys employees. I'm sorry for the inconveniences. If you had the Ansys Geometry Service locally installed, you could make use of the
I verified the Ansys Student 24R1 installation and the Ansys Geometry Service is currently not distributed with it. What you do have access to though is both SpaceClaim and Ansys Discovery. You can also run SpaceClaim and Discovery in headless modes if you prefer. Using from ansys.geometry.core import launch_modeler
# For SpaceClaim
modeler = launch_modeler(mode="spaceclaim", hidden=True)
# For Ansys Discovery
modeler = launch_modeler(mode="discovery", hidden=True) |
Beta Was this translation helpful? Give feedback.
-
I am a student currently working on integrating PyFluent with PyAnsys Geometry. I have successfully installed the Ansys 2024 R1 student version, GitHub Desktop, and Docker Desktop. Following the documentation, I cloned the PyAnsys Geometry repository into a local folder.
However, when attempting to build the Windows Docker container using the command "docker build -t ghcr.io/ansys/geometry:windows-latest -f Dockerfile.windows .", I encountered an issue where the Windows binaries.zip file could not be downloaded. Unfortunately, the "latest release artifacts for the Windows Docker container" hyperlink in the documentation led to a 404 error.
I am seeking guidance on whether it is possible to build, connect, and launch Ansys Geometry services using the Ansys 2024 R1 student version. If feasible, please help with the installation process.
Beta Was this translation helpful? Give feedback.
All reactions