"profiler/vscode:/vscode.git/clone" did not exist on "0601203a70f2334fc7b72a86377990810c7b7ab7"
Dockerfile 589 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
10
11
12
13
14
15
RUN pip install colossalai==0.1.10+torch1.12cu11.3 -f https://release.colossalai.org

RUN git clone https://github.com/openai/triton.git ~/triton \
 && cd ~/triton/python \
 && pip install -e .

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