Update Dockerfile build instructions for new layout. (#6051)

Signed-off-by: Edward Z. Yang <ezyang@fb.com>
This commit is contained in:
Edward Z. Yang 2018-03-27 17:11:22 -04:00 committed by Soumith Chintala
parent 5583c12888
commit b5fa9a82c8

View File

@ -222,7 +222,7 @@ python setup.py install
Dockerfile is supplied to build images with cuda support and cudnn v7. Build as usual
```
docker build -t pytorch .
docker build -t pytorch -f docker/pytorch/Dockerfile .
```
Alternatively, if you want to use a runtime image, you can use the pre-built one from Docker Hub and run with nvidia-docker: