Replies: 1 comment
-
If you were able to create a virtual environment like with conda and you got the program to run that way, you can export the dependencies from the venv to a requirements.txt then you can refer to that reqs file in a Docker file. The rest would be the usual workflow of using a docker image to run a container...to figure out the general docker workflow you can consult the docker docs or an article or YouTube video. Basically you run a terminal command to build the image from the docker file and then you run the program using the container. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm new to docker and I don't quite understand the Open one terminal:make run That's it. written in readme.md. Can someone please explain it in detail? Also, I can't find the image for this project in Docker Desktop, what keyword should I enter?
Or is there something I need to learn to help me get the project running? Thanks in advance for your advice!

Beta Was this translation helpful? Give feedback.
All reactions