Skip to content

Commit

Permalink
chore: put toil execs on the path (#350)
Browse files Browse the repository at this point in the history
  • Loading branch information
rokroskar authored May 26, 2023
1 parent f2ac6e0 commit c8c2b50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/py/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,5 @@ CMD [ "jupyter", "server", "--ip", "0.0.0.0" ]
USER $NB_USER
COPY --chown=1000:100 --from=builder /opt/conda /opt/conda
COPY --chown=1000:100 --from=builder "$HOME/.renku" "$HOME/.renku"
RUN ln -s "$HOME/.renku/venv/bin/renku" "$HOME/.renku/bin/renku"
RUN ln -s "$HOME/.renku/venv/bin/renku" "$HOME/.renku/bin/renku" && \
ln -s "$HOME/.renku/venv/bin/_toil_worker" "$HOME/.renku/bin/"

0 comments on commit c8c2b50

Please sign in to comment.