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
b3a118fc
Commit
b3a118fc
authored
Oct 20, 2023
by
Jennifer Wei
Browse files
Updates Dockerfile to not use OpenMM patches.
parent
2893fd93
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
Dockerfile
Dockerfile
+0
-2
No files found.
Dockerfile
View file @
b3a118fc
...
...
@@ -28,9 +28,7 @@ COPY scripts /opt/openfold/scripts
COPY
run_pretrained_openfold.py /opt/openfold/run_pretrained_openfold.py
COPY
train_openfold.py /opt/openfold/train_openfold.py
COPY
setup.py /opt/openfold/setup.py
COPY
lib/openmm.patch /opt/openfold/lib/openmm.patch
RUN
wget
-q
-P
/opt/openfold/openfold/resources
\
https://git.scicore.unibas.ch/schwede/openstructure/-/raw/7102c63615b64735c4941278d92b554ec94415f8/modules/mol/alg/src/stereo_chemical_props.txt
RUN
patch
-p0
-d
/opt/conda/lib/python3.9/site-packages/ < /opt/openfold/lib/openmm.patch
WORKDIR
/opt/openfold
RUN
python3 setup.py
install
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