so people don't try to run the commands in the container's bash#444
so people don't try to run the commands in the container's bash#444soumith merged 1 commit intopytorch:masterfrom
Conversation
| ``` | ||
|
|
||
| Then run: | ||
| Exit the container, then back in the host, run: |
There was a problem hiding this comment.
@jayenashar I know this is an old PR, but I'm trying to follow the instructions and the logic, and don't understand... if I run the nvidia-ducker run -it above, and then "exit the container", what's the point of running the docker run? since it isn't detached, exiting it will simply stop the container... furthermore, it seems that the logic in here actually starts another container anyway, so I'm confused about this
Lines 120 to 127 in 52c2f25
perhaps the instructions are outdated?
There was a problem hiding this comment.
i can't recall and i've given up on building pytorch packages, but i would guess it's to pre-download the image. i didn't write lines 11-13 so i really don't know. you may also notice the --rm which will remove the stopped container.
No description provided.