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
d063e344
Commit
d063e344
authored
Jul 11, 2022
by
Gustaf Ahdritz
Browse files
Another attempt at fixing the Dockerfile
parent
9e72c740
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 @
d063e344
...
@@ -14,7 +14,7 @@ ENV PATH /opt/conda/bin:$PATH
...
@@ -14,7 +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.
*"
RUN
conda
install
cudatoolkit-dev
==
11.
3.
*
-c
conda-forge
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