Skip to content

Commit

Permalink
Add ownership change for venv directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ivukotic committed Nov 10, 2023
1 parent d696945 commit 2b1e097
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SetupPrivateJupyterLab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ if [ "$OWNER" != "" ] && [ "$CONNECT_GROUP" != "" ]; then
# Change to the user's homedir
cd /home/$OWNER

chown -R $OWNER: /venv

# # get tutorial in.
# cp -r /ML_platform_tests/tutorial ~/.

Expand Down

0 comments on commit 2b1e097

Please sign in to comment.