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
f86d42f4
"git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "3f12b570cbea4ae24393d4973539c513da32e4b3"
Commit
f86d42f4
authored
Oct 23, 2023
by
Matthew W. Thompson
Browse files
Switch to Miniforge3
parent
6bf5c8ce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
Dockerfile
Dockerfile
+4
-6
No files found.
Dockerfile
View file @
f86d42f4
...
@@ -13,24 +13,22 @@ RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/
...
@@ -13,24 +13,22 @@ RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/
RUN
apt-get update
&&
apt-get
install
-y
wget libxml2 cuda-minimal-build-11-3 libcusparse-dev-11-3 libcublas-dev-11-3 libcusolver-dev-11-3 git
RUN
apt-get update
&&
apt-get
install
-y
wget libxml2 cuda-minimal-build-11-3 libcusparse-dev-11-3 libcublas-dev-11-3 libcusolver-dev-11-3 git
RUN
wget
-P
/tmp
\
RUN
wget
-P
/tmp
\
"https://
repo.anaconda.com/miniconda/Miniconda3-latest
-Linux-x86_64.sh"
\
"https://
github.com/conda-forge/miniforge/releases/latest/download/Miniforge3
-Linux-x86_64.sh"
\
&&
bash /tmp/Mini
conda3-latest
-Linux-x86_64.sh
-b
-p
/opt/conda
\
&&
bash /tmp/Mini
forge3
-Linux-x86_64.sh
-b
-p
/opt/conda
\
&&
rm
/tmp/Mini
conda3-latest
-Linux-x86_64.sh
&&
rm
/tmp/Mini
forge3
-Linux-x86_64.sh
ENV
PATH /opt/conda/bin:$PATH
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
cond
a
env
update
-n
base
--file
/opt/openfold/environment.yml
&&
cond
a clean
--all
RUN
mamb
a
env
update
-n
base
--file
/opt/openfold/environment.yml
&&
mamb
a clean
--all
COPY
openfold /opt/openfold/openfold
COPY
openfold /opt/openfold/openfold
COPY
scripts /opt/openfold/scripts
COPY
scripts /opt/openfold/scripts
COPY
run_pretrained_openfold.py /opt/openfold/run_pretrained_openfold.py
COPY
run_pretrained_openfold.py /opt/openfold/run_pretrained_openfold.py
COPY
train_openfold.py /opt/openfold/train_openfold.py
COPY
train_openfold.py /opt/openfold/train_openfold.py
COPY
setup.py /opt/openfold/setup.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
\
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
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
WORKDIR
/opt/openfold
RUN
python3 setup.py
install
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