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
568c0830
Commit
568c0830
authored
Jun 16, 2021
by
rusty1s
Browse files
[skip ci] list cuda version
parent
e87c5520
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
.github/workflows/cuda.sh
.github/workflows/cuda.sh
+1
-0
No files found.
.github/workflows/cuda.sh
View file @
568c0830
...
@@ -19,6 +19,7 @@ sudo mv cuda-ubuntu2004.pin /etc/apt/preferences.d/cuda-repository-pin-600
...
@@ -19,6 +19,7 @@ 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
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/ /"
sudo
add-apt-repository
"deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /"
sudo
apt-get update
-qq
sudo
apt-get update
-qq
sudo
apt-cache search cuda-core
sudo
apt-get
install
"cuda-core-11-1"
"cuda-nvcc-11-1"
"cuda-libraries-dev-11-1"
sudo
apt-get
install
"cuda-core-11-1"
"cuda-nvcc-11-1"
"cuda-libraries-dev-11-1"
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