Skip to content

Commit

Permalink
Omit - in su commmand
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Nov 20, 2023
1 parent dd677da commit 0acb9e1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 157 deletions.
1 change: 1 addition & 0 deletions tljh-plasma/tljh_plasma/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def tljh_custom_jupyterhub_config(c, tljh_config_file=CONFIG_FILE):
# increase the timeout to be able to pull larger Docker images
c.PlasmaSpawner.start_timeout = 120
c.PlasmaSpawner.pull_policy = "Never"
# TODO: re-enable
c.PlasmaSpawner.remove = False
c.PlasmaSpawner.default_url = "/lab"
# TODO: change back to jupyterhub-singleuser
Expand Down
2 changes: 1 addition & 1 deletion tljh-plasma/tljh_plasma/entrypoint/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ export JUPYTER_PATH=${IMAGE_DIR}/.local/share/jupyter
cd ${IMAGE_DIR}

# execute the notebook process as the given user
exec su - $NB_USER -m -c '"$0" "$@"' -- "$@"
exec su $NB_USER -m -c '"$0" "$@"' -- "$@"
156 changes: 0 additions & 156 deletions tljh-plasma/tljh_plasma/entrypoint/repo2docker-entrypoint

This file was deleted.

0 comments on commit 0acb9e1

Please sign in to comment.