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
63cf9ef1
Commit
63cf9ef1
authored
Jul 11, 2022
by
Gustaf Ahdritz
Browse files
Dockerfile experiment
parent
a890b4ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Dockerfile
Dockerfile
+1
-0
No files found.
Dockerfile
View file @
63cf9ef1
...
@@ -14,6 +14,7 @@ ENV PATH /opt/conda/bin:$PATH
...
@@ -14,6 +14,7 @@ ENV PATH /opt/conda/bin:$PATH
COPY
environment.yml /opt/openfold/environment.yml
COPY
environment.yml /opt/openfold/environment.yml
# installing into the base environment since the docker container wont do anything other than run openfold
# installing into the base environment since the docker container wont do anything other than run openfold
RUN
conda
install
cudatoolkit-dev
==
11.3.
*
RUN
conda
env
update
-n
base
--file
/opt/openfold/environment.yml
&&
conda clean
--all
RUN
conda
env
update
-n
base
--file
/opt/openfold/environment.yml
&&
conda clean
--all
COPY
openfold /opt/openfold/openfold
COPY
openfold /opt/openfold/openfold
...
...
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