From 27ba244a1734a462968338bd08cf8a6bef73dc03 Mon Sep 17 00:00:00 2001 From: Akshay Chavan Date: Wed, 25 Oct 2017 12:15:14 -0400 Subject: [PATCH 1/2] Updated cuda sub-version. Using cuda-8.0 for sudo install because now the default is cuda 9. --- setup/install-gpu.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/install-gpu.sh b/setup/install-gpu.sh index f87845c6c..42773c43a 100755 --- a/setup/install-gpu.sh +++ b/setup/install-gpu.sh @@ -7,11 +7,11 @@ sudo apt-get --assume-yes install tmux build-essential gcc g++ make binutils sudo apt-get --assume-yes install software-properties-common # download and install GPU drivers -wget "http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/cuda-repo-ubuntu1604_8.0.44-1_amd64.deb" -O "cuda-repo-ubuntu1604_8.0.44-1_amd64.deb" +wget "http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/cuda-repo-ubuntu1604_8.0.61-1_amd64.deb" -O "cuda-repo-ubuntu1604_8.0.61-1_amd64.deb" -sudo dpkg -i cuda-repo-ubuntu1604_8.0.44-1_amd64.deb +sudo dpkg -i cuda-repo-ubuntu1604_8.0.61-1_amd64.deb sudo apt-get update -sudo apt-get -y install cuda +sudo apt-get -y install cuda-8.0 sudo modprobe nvidia nvidia-smi From 6ecfd439f777e17007ed61a9244fd996db087222 Mon Sep 17 00:00:00 2001 From: Akshay Chavan Date: Wed, 25 Oct 2017 12:24:22 -0400 Subject: [PATCH 2/2] Updated cuda sub-version. Using cuda-8-0 for install because now the default is cuda 9. --- setup/install-gpu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/install-gpu.sh b/setup/install-gpu.sh index 42773c43a..b42e2f0b3 100755 --- a/setup/install-gpu.sh +++ b/setup/install-gpu.sh @@ -11,7 +11,7 @@ wget "http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64/ sudo dpkg -i cuda-repo-ubuntu1604_8.0.61-1_amd64.deb sudo apt-get update -sudo apt-get -y install cuda-8.0 +sudo apt-get -y install cuda-8-0 sudo modprobe nvidia nvidia-smi