Running ANSYS from Docker container #563
-
Hello! First of all, congratulations on a very useful and powerful project! I'm writing with a question concerning the use of ANSYS with Docker. I perform an electromagnetic simulation with an in-house code that runs on CENTOS with jupyter notebooks. In addition, my team is using ANSYS installed on Windows. I need to run together (in-house code and ANSYS) in a scripted way. To this end I have created a Docker image and execute the in-house code on Windows via jupyter notebook exposed by Docker. My question is: what would be an advised way to call ANSYS in this setup? Should I add ANSYS to the docker image, or would it be possible to call ANSYS MAPDL on Windows from jupyter notebook on Docker? Thank you in advance for any hint you may offer. Best regards, CM. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Great question! There's two ways to do this as your pointed out:
If it's not too much effort, I'd try both. To get the Ansys on host, jupyterlab on docker case working, run MAPDL in server mode Curious about your use case, did you see the docker image we've posted here? Also, would you mind emailing me at my work address at [email protected]? I'd like to get in contact with you regarding containerization strategies. If Ansys can provide something useful for your aims, I'd like to make that happen. |
Beta Was this translation helpful? Give feedback.
Great question!
There's two ways to do this as your pointed out: