Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rokroskar authored May 26, 2023
1 parent e50bea7 commit df286aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/py/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ 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" && \
ln -s "$HOME/.renku/venv/bin/*toil*" "$HOME/.renku/bin/"
ln -s "$HOME/.renku/venv/bin/_toil_worker" "$HOME/.renku/bin/"

0 comments on commit df286aa

Please sign in to comment.