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
OpenFold
Commits
fdec6ef5
"vscode:/vscode.git/clone" did not exist on "0186aa7b9abac1fbbae67b11a8a5440659e91ec1"
Commit
fdec6ef5
authored
May 09, 2022
by
Sam DeLuca
Browse files
add correct GPG key to dockerfile
parent
cd41d73f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Dockerfile
Dockerfile
+4
-0
No files found.
Dockerfile
View file @
fdec6ef5
FROM
nvidia/cuda:10.2-cudnn8-runtime-ubuntu18.04
FROM
nvidia/cuda:10.2-cudnn8-runtime-ubuntu18.04
RUN
apt-key del 7fa2af80
RUN
apt-key adv
--fetch-keys
https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/7fa2af80.pub
RUN
apt-key adv
--fetch-keys
https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
RUN
apt-get update
&&
apt-get
install
-y
wget cuda-minimal-build-10-2 git
RUN
apt-get update
&&
apt-get
install
-y
wget cuda-minimal-build-10-2 git
RUN
wget
-P
/tmp
\
RUN
wget
-P
/tmp
\
"https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh"
\
"https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh"
\
...
...
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