Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-scatter
Commits
7eb31ffb
Commit
7eb31ffb
authored
Jun 16, 2021
by
rusty1s
Browse files
[skip ci] update cuda installation
parent
99d560d9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
.github/workflows/cuda.sh
.github/workflows/cuda.sh
+11
-11
No files found.
.github/workflows/cuda.sh
View file @
7eb31ffb
#!/bin/bash
#!/bin/bash
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-ubuntu2004.pin
wget 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 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
sudo
add-apt-repository
"deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /"
wget https://developer.download.nvidia.com/compute/cuda/11.1.1/local_installers/cuda-repo-ubuntu2004-11-1-local_11.1.1-455.32.00-1_amd64.deb
echo
"1"
sudo
apt-get update
-qq
sudo
dpkg
-i
cuda-repo-ubuntu2004-11-1-local_11.1.1-455.32.00-1_amd64.deb
echo
"2"
sudo
apt-cache search cuda-core
sudo
apt-key add /var/cuda-repo-ubuntu2004-11-1-local/7fa2af80.pub
echo
"3"
sudo
apt-get
install
"cuda-core-11-1"
"cuda-nvcc-11-1"
"cuda-libraries-dev-11-1"
sudo
apt-get
-qq
update
echo
"4"
sudo
apt-get
install
cuda
sudo
apt
install
cuda-nvcc-11-1 cuda-libraries-dev-11-1
echo
"5"
nvcc
--version
nvcc
--version
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment