You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by ma...@apache.org on 2020/11/10 19:32:24 UTC

[incubator-mxnet] branch v1.x updated: update cudnn from 7 to 8 for cu102 (#19506)

This is an automated email from the ASF dual-hosted git repository.

manuseth pushed a commit to branch v1.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/v1.x by this push:
     new 6a59708  update cudnn from 7 to 8 for cu102 (#19506)
6a59708 is described below

commit 6a597080ed31f7236e0d7daa66cd5a0ab9f63d91
Author: Manu Seth <22...@users.noreply.github.com>
AuthorDate: Tue Nov 10 11:27:59 2020 -0800

    update cudnn from 7 to 8 for cu102 (#19506)
---
 ci/docker/Dockerfile.build.ubuntu_gpu_cu102 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/docker/Dockerfile.build.ubuntu_gpu_cu102 b/ci/docker/Dockerfile.build.ubuntu_gpu_cu102
index 52d65aa..f3b3f49 100644
--- a/ci/docker/Dockerfile.build.ubuntu_gpu_cu102
+++ b/ci/docker/Dockerfile.build.ubuntu_gpu_cu102
@@ -65,7 +65,7 @@ COPY install/ubuntu_tutorials.sh /work/
 RUN /work/ubuntu_tutorials.sh
 
 ENV CUDA_VERSION=10.2.89
-ENV CUDNN_VERSION=7.6.5.32
+ENV CUDNN_VERSION=8.0.4.30
 COPY install/ubuntu_cudnn.sh /work/
 RUN /work/ubuntu_cudnn.sh