Skip to content

Commit

Permalink
Documentation changes (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
aviraljain99 committed Jul 1, 2022
1 parent 151faa7 commit 8daedb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/wiki/install-elpis-on-gcp-gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ fi
sudo apt install linux-headers-$(uname -r)
curl -O https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-ubuntu2004.pin
sudo mv cuda-ubuntu2004.pin /etc/apt/preferences.d/cuda-repository-pin-600
sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/7fa2af80.pub
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-keyring_1.0-1_all.deb
sudo dpkg -i cuda-keyring_1.0-1_all.deb
sudo add-apt-repository "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /"
sudo apt update
sudo apt -y install cuda
Expand Down

0 comments on commit 8daedb9

Please sign in to comment.