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
ee502a2a
Commit
ee502a2a
authored
Apr 19, 2024
by
jnwei
Committed by
Jennifer Wei
May 06, 2024
Browse files
updates Dockerfile
parent
0a8ae6a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
8 deletions
+5
-8
Dockerfile
Dockerfile
+5
-8
No files found.
Dockerfile
View file @
ee502a2a
FROM
nvidia/cuda:1
1.3.1-cudnn8
-devel-ubuntu
18
.04
FROM
nvidia/cuda:1
2.4.1
-devel-ubuntu
22
.04
# metainformation
# metainformation
LABEL
org.opencontainers.image.version = "
1
.0.0"
LABEL
org.opencontainers.image.version = "
2
.0.0"
LABEL
org.opencontainers.image.authors = "
Gustaf Ahdritz
"
LABEL
org.opencontainers.image.authors = "
OpenFold Team
"
LABEL
org.opencontainers.image.source = "https://github.com/aqlaboratory/openfold"
LABEL
org.opencontainers.image.source = "https://github.com/aqlaboratory/openfold"
LABEL
org.opencontainers.image.licenses = "Apache License 2.0"
LABEL
org.opencontainers.image.licenses = "Apache License 2.0"
LABEL
org.opencontainers.image.base.name="docker.io/nvidia/cuda:1
0.2-cudnn8-runtime
-ubuntu
18
.04"
LABEL
org.opencontainers.image.base.name="docker.io/nvidia/cuda:1
2.4.1-devel
-ubuntu
22
.04"
RUN
apt-key del 7fa2af80
RUN
apt-get update
&&
apt-get
install
-y
wget libxml2 cuda-minimal-build-12-4 libcusparse-dev-12-4 libcublas-dev-12-4 libcusolver-dev-12-4 git
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 libxml2 cuda-minimal-build-11-3 libcusparse-dev-11-3 libcublas-dev-11-3 libcusolver-dev-11-3 git
RUN
wget
-P
/tmp
\
RUN
wget
-P
/tmp
\
"https://github.com/conda-forge/miniforge/releases/download/23.3.1-1/Miniforge3-Linux-x86_64.sh"
\
"https://github.com/conda-forge/miniforge/releases/download/23.3.1-1/Miniforge3-Linux-x86_64.sh"
\
&&
bash /tmp/Miniforge3-Linux-x86_64.sh
-b
-p
/opt/conda
\
&&
bash /tmp/Miniforge3-Linux-x86_64.sh
-b
-p
/opt/conda
\
...
...
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