You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by zh...@apache.org on 2021/07/06 18:47:54 UTC

[incubator-mxnet] branch master updated: cudnn8 for cu101 in cd (#20408)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d0d2ae9  cudnn8 for cu101 in cd (#20408)
d0d2ae9 is described below

commit d0d2ae9ac060c2bffa611edf1e023309a18b51b5
Author: waytrue17 <52...@users.noreply.github.com>
AuthorDate: Tue Jul 6 11:45:44 2021 -0700

    cudnn8 for cu101 in cd (#20408)
    
    Co-authored-by: Wei Chu <we...@amazon.com>
---
 ci/docker/docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/docker/docker-compose.yml b/ci/docker/docker-compose.yml
index 479e0a3..c9e410e 100644
--- a/ci/docker/docker-compose.yml
+++ b/ci/docker/docker-compose.yml
@@ -48,7 +48,7 @@ services:
       dockerfile: Dockerfile.build.centos7
       target: base
       args:
-        BASE_IMAGE: nvidia/cuda:10.1-cudnn7-devel-centos7
+        BASE_IMAGE: nvidia/cuda:10.1-cudnn8-devel-centos7
       cache_from:
         - ${DOCKER_CACHE_REGISTRY}/build.centos7_gpu_cu101:latest
   centos7_gpu_cu102: