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
f2409669
Commit
f2409669
authored
Apr 27, 2022
by
Gustaf Ahdritz
Browse files
Dockerfile CUDA compilation round 8
parent
fa961fa0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Dockerfile
Dockerfile
+1
-1
environment.yml
environment.yml
+1
-0
No files found.
Dockerfile
View file @
f2409669
FROM
nvidia/cuda:10.2-cudnn8-runtime-ubuntu18.04
FROM
nvidia/cuda:10.2-cudnn8-runtime-ubuntu18.04
RUN
apt-get update
&&
apt-get
install
-y
wget cuda-minimal-build-10-2
cuda-libraries-dev-10-1
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"
\
&&
bash /tmp/Miniconda3-latest-Linux-x86_64.sh
-b
-p
/opt/conda
\
&&
bash /tmp/Miniconda3-latest-Linux-x86_64.sh
-b
-p
/opt/conda
\
...
...
environment.yml
View file @
f2409669
...
@@ -24,6 +24,7 @@ dependencies:
...
@@ -24,6 +24,7 @@ dependencies:
-
conda-forge::openmm=7.5.1
-
conda-forge::openmm=7.5.1
-
conda-forge::pdbfixer
-
conda-forge::pdbfixer
-
conda-forge::cudatoolkit==10.2.*
-
conda-forge::cudatoolkit==10.2.*
-
conda-forge::cudatoolkit-dev==10.2.*
-
bioconda::hmmer==3.3.2
-
bioconda::hmmer==3.3.2
-
bioconda::hhsuite==3.3.0
-
bioconda::hhsuite==3.3.0
-
bioconda::kalign2==2.04
-
bioconda::kalign2==2.04
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