Skip to content

Commit

Permalink
Update name of file in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gahdritz committed Nov 18, 2021
1 parent f63f2f6 commit a7e631c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt update && \
COPY . /workspace/openfold
WORKDIR /workspace/openfold

RUN pip install -r requirements_minimal.txt
RUN pip install -r requirements.txt
RUN python setup.py install

# TODO add all dependencies needed for inference
Expand Down

0 comments on commit a7e631c

Please sign in to comment.