I’ve been practicing a bit of Docker, and for some reasons I don’t understand no version of python allows me to install torch on my local, so I decided to create a container with all the modules I need for a project. is it possible to associate the folder where I save the project as a volume of the container?
this to save all the changes directly on my local and not run the risk of losing them.
I tried to create the volume but I don’t know where it is stored
New contributor
user19656419 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.