Skip to content

Commit

Permalink
Fix mismatch in README.md Docker Image section (pytorch#59199)
Browse files Browse the repository at this point in the history
Summary:
docker.Makefile has CUDNN_VERSION=8 as the defaults, but README.md states cuDNN v7

Pull Request resolved: pytorch#59199

Reviewed By: mruberry

Differential Revision: D28808611

Pulled By: ngimel

fbshipit-source-id: 96cea32bfe33184b2bff69b7bb7f3e50a2b9c6aa
  • Loading branch information
ChenYuHo authored and facebook-github-bot committed Jun 1, 2021
1 parent 95c26b2 commit 336ac94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ should increase shared memory size either with `--ipc=host` or `--shm-size` comm

**NOTE:** Must be built with a docker version > 18.06

The `Dockerfile` is supplied to build images with Cuda support and cuDNN v7.
The `Dockerfile` is supplied to build images with CUDA 11.1 support and cuDNN v8.
You can pass `PYTHON_VERSION=x.y` make variable to specify which Python version is to be used by Miniconda, or leave it
unset to use the default.
```bash
Expand Down

0 comments on commit 336ac94

Please sign in to comment.