Skip to content

Commit

Permalink
Merge pull request #140 from luk27official/main
Browse files Browse the repository at this point in the history
Update DODO
  • Loading branch information
skodapetr authored Feb 11, 2024
2 parents 809724c + 682f239 commit b6321cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion executor-docking/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ FROM base AS final

# install dodo (docking in docker)
# https://github.com/kiarka7/DODO
RUN wget -q https://raw.githubusercontent.com/kiarka7/DODO/1a9001a2996325f78a656c14fcf1503b8bfc0674/run_docking.py -O /opt/executor-docking/run_docking.py
RUN wget -q https://raw.githubusercontent.com/kiarka7/DODO/28d8a35611a6086607f6abc1928a44961cb711ac/run_docking.py -O /opt/executor-docking/run_docking.py

COPY --chown=user:user ./executor-docking/requirements.txt ./
RUN pip3 install -r requirements.txt
Expand Down

0 comments on commit b6321cf

Please sign in to comment.