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
4ff033db
Unverified
Commit
4ff033db
authored
Nov 22, 2021
by
Gustaf Ahdritz
Committed by
GitHub
Nov 22, 2021
Browse files
Delete Dockerfile
parent
52800ff0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
24 deletions
+0
-24
Dockerfile
Dockerfile
+0
-24
No files found.
Dockerfile
deleted
100644 → 0
View file @
52800ff0
ARG
IMAGE_NAME=nvcr.io/nvidia/pytorch:21.06-py3
FROM
${IMAGE_NAME} AS base
ENV
DEBIAN_FRONTEND=noninteractive
RUN
apt update
&&
\
apt
install
-y
aria2
COPY
. /workspace/openfold
WORKDIR
/workspace/openfold
RUN
pip
install
-r
requirements.txt
RUN
python setup.py
install
# TODO add all dependencies needed for inference
RUN
wget
-q
-P
openfold/resources
\
https://git.scicore.unibas.ch/schwede/openstructure/-/raw/7102c63615b64735c4941278d92b554ec94415f8/modules/mol/alg/src/stereo_chemical_props.txt
&&
\
mkdir
-p
tests/test_data/alphafold/common
&&
\
ln
-rs
openfold/resources/stereo_chemical_props.txt tests/test_data/alphafold/common
RUN
scripts/download_alphafold_params.sh openfold/resources
RUN
gunzip
tests/test_data/sample_feats.pickle.gz
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