Hello guys,
I have a Docker image that you can find on this link,
GitHub - Universite-Gustave-Eiffel/waveguicsx: waveguicsx, a python library for solving complex waveguide problems.
I would like to know if it is possible to connect this Docker image to Julia, so that my scripts can utilize the functions provided in this package. I attempted to create a conda environment with the specified packages, but I was unsuccessful in obtaining the exact package version, which caused some issues with the plots provided in the example.
If anyone knows how to connect this Docker image to Julia, I’d love to know.
Thank you !!