You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by wa...@apache.org on 2020/04/04 15:35:15 UTC

[singa] branch dev updated: debug: change cuda10 to cuda 9 in nccl

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

wangwei pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/singa.git


The following commit(s) were added to refs/heads/dev by this push:
     new 0b1879c  debug: change cuda10 to cuda 9 in nccl
     new a91de70  Merge pull request #650 from chrishkchris/debug_cuda9docker
0b1879c is described below

commit 0b1879c896a4125a3e76cc381855801824da017b
Author: Chris Yeung <ch...@yahoo.com.hk>
AuthorDate: Fri Apr 3 22:48:18 2020 +0800

    debug: change cuda10 to cuda 9 in nccl
---
 tool/docker/devel/ubuntu/cuda9/Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tool/docker/devel/ubuntu/cuda9/Dockerfile b/tool/docker/devel/ubuntu/cuda9/Dockerfile
index 5d59dbf..33d0180 100644
--- a/tool/docker/devel/ubuntu/cuda9/Dockerfile
+++ b/tool/docker/devel/ubuntu/cuda9/Dockerfile
@@ -86,8 +86,8 @@ RUN git clone https://github.com/NVIDIA/nccl.git $HOME/nccl \
     && apt-get update \
     && apt install build-essential devscripts debhelper fakeroot -y \
     && make pkg.debian.build \
-    && dpkg -i build/pkg/deb/libnccl2_2.4.8-1+cuda10.0_amd64.deb \
-    && dpkg -i build/pkg/deb/libnccl-dev_2.4.8-1+cuda10.0_amd64.deb
+    && dpkg -i build/pkg/deb/libnccl2_2.4.8-1+cuda9.0_amd64.deb \
+    && dpkg -i build/pkg/deb/libnccl-dev_2.4.8-1+cuda9.0_amd64.deb
 
 # build mpiexec
 RUN wget http://www.mpich.org/static/downloads/3.3.2/mpich-3.3.2.tar.gz -P $HOME \