Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 606c3dc

Browse files
author
mcarilli
authored
Update README.md
1 parent 5b29cc1 commit 606c3dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Alternatively, you can supply your own base image via the `BASE_IMAGE` build-arg
1212
`-devel` image for Pytorch 1.0 and later from the
1313
[official Pytorch Dockerhub](https://hub.docker.com/r/pytorch/pytorch) may be used:
1414
```
15-
docker build --build-arg BASE_IMAGE=pytorch/pytorch:nightly-devel-cuda10.0-cudnn7 -t new_image_with_apex .
15+
docker build --build-arg BASE_IMAGE=1.3-cuda10.1-cudnn7-devel -t new_image_with_apex .
1616
```
1717

1818
If you want to rebuild your image, and force the latest Apex to be cloned and installed, make any small change to the `SHA` variable in **Dockerfile**.

0 commit comments

Comments
 (0)