fixed README to reflect docker image name (#1751)

This commit is contained in:
Matt 2017-06-07 15:49:40 -04:00 committed by Soumith Chintala
parent e57eef4bcb
commit a9bd1de9e9

View File

@ -207,7 +207,7 @@ docker build -t pytorch . -f tools/docker/Dockerfile_runtime
``` ```
and run with nvidia-docker: and run with nvidia-docker:
``` ```
nvidia-docker run --rm -ti --ipc=host pytorch-cudnnv6 nvidia-docker run --rm -ti --ipc=host pytorch
``` ```
Please note that PyTorch uses shared memory to share data between processes, so if torch multiprocessing is used (e.g. Please note that PyTorch uses shared memory to share data between processes, so if torch multiprocessing is used (e.g.
for multithreaded data loaders) the default shared memory segment size that container runs with is not enough, and you for multithreaded data loaders) the default shared memory segment size that container runs with is not enough, and you