Skip to content

Commit

Permalink
fix: jupyteruser not owning its venv directory
Browse files Browse the repository at this point in the history
  • Loading branch information
vieiralucas committed Sep 17, 2024
1 parent 91a275d commit 147925a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ RUN groupadd -r briefer \
&& useradd -r -g jupyteruser jupyteruser \
&& mkdir -p /home/jupyteruser \
&& chown -R jupyteruser:jupyteruser /home/jupyteruser \
&& chown -R jupyteruser:jupyteruser /app/jupyter/venv \
&& chmod 700 /home/jupyteruser


Expand Down

0 comments on commit 147925a

Please sign in to comment.