Dockerfile 422 Bytes
Newer Older
1
FROM hpcaitech/pytorch-cuda:1.12.0-11.3.0
2

LuGY's avatar
LuGY committed
3
4
RUN conda install openmm=7.7.0 pdbfixer -c conda-forge -y \
 && conda install hmmer==3.3.2 hhsuite=3.3.0 kalign2=2.04 -c bioconda -y
5

LuGY's avatar
LuGY committed
6
7
RUN pip install biopython==1.79 dm-tree==0.1.6 ml-collections==0.1.0 \
scipy==1.7.1 ray pyarrow pandas einops
8

9
RUN pip install colossalai
10
11

Run git clone https://github.com/hpcaitech/FastFold.git \
12
13
 && cd ./FastFold \
 && python setup.py install