Skip to content

Commit

Permalink
fix: set workdir jupyter sessions to $HOME/work
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski committed Nov 28, 2024
1 parent d1466a2 commit c3cfebe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/py/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,4 @@ RUN ln -s "$HOME/.renku/venv/bin/renku" "$HOME/.renku/bin/renku" && \

ARG CONDA_ENVS_DIRS
ENV CONDA_ENVS_DIRS=${CONDA_ENVS_DIRS:-/opt/conda/envs}
WORKDIR $HOME

0 comments on commit c3cfebe

Please sign in to comment.