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
f86fc334
Commit
f86fc334
authored
Oct 29, 2021
by
Marta
Browse files
Dockerfile with minimal env needed for training
parent
e69b2a11
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
Dockerfile
Dockerfile
+11
-0
requirements_minimal.txt
requirements_minimal.txt
+8
-0
No files found.
Dockerfile
0 → 100644
View file @
f86fc334
ARG
IMAGE_NAME=nvcr.io/nvidia/pytorch:21.06-py3
FROM
${IMAGE_NAME} AS base
ENV
DEBIAN_FRONTEND=noninteractive
COPY
. /workspace/openfold
WORKDIR
/workspace/openfold
RUN
pip
install
-r
requirements_minimal.txt
RUN
python setup.py
install
requirements_minimal.txt
0 → 100644
View file @
f86fc334
biopython==1.79
deepspeed==0.5.3
dm-tree==0.1.6
ml-collections==0.1.0
ninja==1.10.2
tensorboardX==1.8
triton==1.0.0
git+https://github.com/PyTorchLightning/pytorch-lightning.git@6d79184ec50d9f80448013cc2c01b5b744a70b44
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