Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
replace local deb with network deb
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaiBapchya committed May 2, 2020
1 parent 0e8fde6 commit 9e5fcfa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tools/jenkins-slave-creation-unix/conf-ubuntu-gpu/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,8 @@ echo "Installed htop, java, git and python"
#Refer : https://www.nvidia.com/Download/driverResults.aspx/158191/en-us
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-ubuntu1804.pin
sudo mv cuda-ubuntu1804.pin /etc/apt/preferences.d/cuda-repository-pin-600
wget http://developer.download.nvidia.com/compute/cuda/10.2/Prod/local_installers/cuda-repo-ubuntu1804-10-2-local-10.2.89-440.33.01_1.0-1_amd64.deb
sudo dpkg -i cuda-repo-ubuntu1804-10-2-local-10.2.89-440.33.01_1.0-1_amd64.deb
sudo apt-key add /var/cuda-repo-10-2-local-10.2.89-440.33.01/7fa2af80.pub
sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/7fa2af80.pub
sudo add-apt-repository "deb http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/ /"
sudo apt-get update
sudo apt-get -y install cuda-drivers

Expand Down

0 comments on commit 9e5fcfa

Please sign in to comment.