Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/Dockerfile.bartenderhaddock3
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ RUN pip install .
# haddock3 ============================================================================================================
WORKDIR /opt/haddock3
RUN echo cachebust=15 && git clone --depth 1 -b ${HADDOCK3_VERSION} https://github.com/${HADDOCK3_GHORG}/haddock3.git .
RUN pip install .
RUN pip install -e .
# For restraints web service
RUN pip install fastapi uvicorn
WORKDIR /
Expand Down
Loading