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
addb80a8
"...cpp/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "84985d3f1d579130f1968f0dceee34b9f6584750"
Commit
addb80a8
authored
Apr 20, 2024
by
jnwei
Browse files
changes to Dockerfile ane pin mkl to 2024
parent
866477a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
Dockerfile
Dockerfile
+5
-4
environment.yml
environment.yml
+2
-2
No files found.
Dockerfile
View file @
addb80a8
FROM
nvidia/cuda:12.
4
.1-devel-ubuntu22.04
FROM
nvidia/cuda:12.
1
.1-
cudnn8-
devel-ubuntu22.04
# metainformation
# metainformation
LABEL
org.opencontainers.image.version = "2.0.0"
LABEL
org.opencontainers.image.version = "2.0.0"
...
@@ -7,11 +7,12 @@ LABEL org.opencontainers.image.source = "https://github.com/aqlaboratory/openfol
...
@@ -7,11 +7,12 @@ LABEL org.opencontainers.image.source = "https://github.com/aqlaboratory/openfol
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:12.4.1-devel-ubuntu22.04"
LABEL
org.opencontainers.image.base.name="docker.io/nvidia/cuda:12.4.1-devel-ubuntu22.04"
RUN
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.0-1_all.deb
RUN
sudo
dpkg
-i
cuda-keyring_1.0-1_all.deb
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-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 del 7fa2af80
RUN
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.0-1_all.deb
RUN
dpkg
-i
cuda-keyring_1.0-1_all.deb
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
\
...
...
environment.yml
View file @
addb80a8
...
@@ -5,7 +5,7 @@ channels:
...
@@ -5,7 +5,7 @@ channels:
-
pytorch
-
pytorch
-
nvidia
-
nvidia
dependencies
:
dependencies
:
-
python=3.
9
-
python=3.
10
-
libgcc=7.2
-
libgcc=7.2
-
setuptools=59.5.0
-
setuptools=59.5.0
-
pip
-
pip
...
@@ -24,7 +24,7 @@ dependencies:
...
@@ -24,7 +24,7 @@ dependencies:
-
modelcif==0.7
-
modelcif==0.7
-
awscli
-
awscli
-
ml-collections
-
ml-collections
-
mkl=2024.0
.0
-
mkl=2024.0
-
aria2
-
aria2
-
git
-
git
-
bioconda::hmmer==3.3.2
-
bioconda::hmmer==3.3.2
...
...
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