Skip to content

Commit

Permalink
Adding deepspeed dep to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
josemduarte committed Aug 30, 2024
1 parent 6f63267 commit 0183be7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ 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
WORKDIR /opt/openfold
RUN python3 setup.py install

# for deepspeed training/inference
RUN git clone https://github.com/NVIDIA/cutlass.git /opt/cutlass
ENV CUTLASS_PATH /opt/cutlass

0 comments on commit 0183be7

Please sign in to comment.