Commit a7e631cc authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Update name of file in Dockerfile

parent f63f2f6e
...@@ -9,7 +9,7 @@ RUN apt update && \ ...@@ -9,7 +9,7 @@ RUN apt update && \
COPY . /workspace/openfold COPY . /workspace/openfold
WORKDIR /workspace/openfold WORKDIR /workspace/openfold
RUN pip install -r requirements_minimal.txt RUN pip install -r requirements.txt
RUN python setup.py install RUN python setup.py install
# TODO add all dependencies needed for inference # TODO add all dependencies needed for inference
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment