Skip to content

Commit ab2ee55

Browse files
yongtangjhseu
authored andcommitted
Change required cuDNN from v5.1 to v6.0 for Linux in the docs (tensorflow#12463)
This fix changes the required cuDNN from v5.1 to v6.0 for Linux in `tensorflow/docs_src/install/install_linux.md` as the build is linked against libcudnn.so.6 (not libcudnn.so.5) This fix fixed 12416. Signed-off-by: Yong Tang <[email protected]>
1 parent d27ed9c commit ab2ee55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/docs_src/install/install_linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ must be installed on your system:
3333
`LD_LIBRARY_PATH` environment variable as described in the
3434
NVIDIA documentation.
3535
* The NVIDIA drivers associated with CUDA Toolkit 8.0.
36-
* cuDNN v5.1. For details, see
36+
* cuDNN v6.0. For details, see
3737
[NVIDIA's documentation](https://developer.nvidia.com/cudnn).
3838
Ensure that you create the `CUDA_HOME` environment variable as
3939
described in the NVIDIA documentation.

0 commit comments

Comments
 (0)