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
435ec2f6
Commit
435ec2f6
authored
Apr 22, 2024
by
jnwei
Committed by
Jennifer Wei
May 06, 2024
Browse files
change mamba version
parent
6b9c61c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
435ec2f6
...
@@ -16,7 +16,7 @@ RUN dpkg -i cuda-keyring_1.0-1_all.deb
...
@@ -16,7 +16,7 @@ RUN dpkg -i cuda-keyring_1.0-1_all.deb
RUN
apt-get
install
-y
libxml2 cuda-minimal-build-12-1 libcusparse-dev-12-1 libcublas-dev-12-1 libcusolver-dev-12-1 git
RUN
apt-get
install
-y
libxml2 cuda-minimal-build-12-1 libcusparse-dev-12-1 libcublas-dev-12-1 libcusolver-dev-12-1 git
RUN
wget
-P
/tmp
\
RUN
wget
-P
/tmp
\
"https://github.com/conda-forge/miniforge/releases/download/2
3.3.1-1
/Miniforge3-Linux-x86_64.sh"
\
"https://github.com/conda-forge/miniforge/releases/download/2
4.1.2-0
/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
\
&&
rm
/tmp/Miniforge3-Linux-x86_64.sh
&&
rm
/tmp/Miniforge3-Linux-x86_64.sh
ENV
PATH /opt/conda/bin:$PATH
ENV
PATH /opt/conda/bin:$PATH
...
...
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