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
de12c0ea
"git@developer.sourcefind.cn:OpenDAS/openfold.git" did not exist on "4d513bb1d9c58b1ab412c455b2c9b576905c428a"
Commit
de12c0ea
authored
Feb 05, 2024
by
controny
Committed by
Jennifer
Feb 06, 2024
Browse files
Fix Miniforge3 download link in Dockerfile
parent
15b1bbd6
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 @
de12c0ea
...
...
@@ -13,7 +13,7 @@ RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/
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
\
"https://github.com/conda-forge/miniforge/releases/
latest/
download/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
\
&&
rm
/tmp/Miniforge3-Linux-x86_64.sh
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