Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
30fa187c
"vscode:/vscode.git/clone" did not exist on "218c5a1f964e0ea79a571450384a26cbaec70042"
Unverified
Commit
30fa187c
authored
May 04, 2022
by
Peter Eastman
Committed by
GitHub
May 04, 2022
Browse files
Update CUDA keys (#3593)
* Update CUDA keys * Fixed typo
parent
77b23852
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
devtools/ci/gh-actions/scripts/install_cuda.sh
devtools/ci/gh-actions/scripts/install_cuda.sh
+1
-1
No files found.
devtools/ci/gh-actions/scripts/install_cuda.sh
View file @
30fa187c
...
...
@@ -12,7 +12,7 @@ echo 'APT::Acquire::Retries "5";' | sudo tee /etc/apt/apt.conf.d/80-retries
sudo
wget
--retry-connrefused
--waitretry
=
1
--read-timeout
=
20
--timeout
=
15
--tries
5
\
-O
/etc/apt/preferences.d/cuda-repository-pin-600
\
https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-ubuntu1804.pin
sudo
apt-key adv
--fetch-keys
https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/
7fa2af80
.pub
sudo
apt-key adv
--fetch-keys
https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/
3bf863cc
.pub
sudo
add-apt-repository
"deb http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/ /"
sudo
apt-get update
-qq
...
...
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