Hello all,
I am new to using Docker images. I want to give it a try because it appears simpler/easier to use with the entire Nemo framework in one image. I can simplify the installation process compared to just using pip install
I have downloaded the Nemo docker image for v24.12. My questions I think are simple for anyone with experience working with Docker.
- Now that i have the actual image, how do I run it? I know I need to use docker run and some other arguments but I guess this leads into the next question.
- MY development IDE will be VS Code with the python extension installed. I am most familiar with this environment. I am assuming that the docker image contains all of the Nemo libraries that I need. How do I reference my imports to these libraries that are in the docker image?