mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
Update base-notebook/start.sh
This commit is contained in:
@@ -169,7 +169,7 @@ if [ "$(id -u)" == 0 ] ; then
|
|||||||
PYTHONPATH="${PYTHONPATH:-}" \
|
PYTHONPATH="${PYTHONPATH:-}" \
|
||||||
"${cmd[@]}"
|
"${cmd[@]}"
|
||||||
# Notes on how we ensure that the environment that this container is started
|
# Notes on how we ensure that the environment that this container is started
|
||||||
# with is preserved (except vars listen in JUPYTER_ENV_VARS_TO_UNSET) when
|
# with is preserved (except vars listed in JUPYTER_ENV_VARS_TO_UNSET) when
|
||||||
# we transition from running as root to running as NB_USER.
|
# we transition from running as root to running as NB_USER.
|
||||||
#
|
#
|
||||||
# - We use `sudo` to execute the command as NB_USER. What then
|
# - We use `sudo` to execute the command as NB_USER. What then
|
||||||
|
Reference in New Issue
Block a user