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