mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 00:20:18 +01:00
Fix mismatch in README.md Docker Image section (#59199)
Summary: docker.Makefile has CUDNN_VERSION=8 as the defaults, but README.md states cuDNN v7 Pull Request resolved: https://github.com/pytorch/pytorch/pull/59199 Reviewed By: mruberry Differential Revision: D28808611 Pulled By: ngimel fbshipit-source-id: 96cea32bfe33184b2bff69b7bb7f3e50a2b9c6aa
This commit is contained in:
parent
95c26b2806
commit
336ac9496f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user