We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e87355 commit 43b66deCopy full SHA for 43b66de
templates/ec2/sc-ec2-linux-docker-notebook.yaml
@@ -342,7 +342,7 @@ Resources:
342
# https://jupyter-docker-stacks.readthedocs.io/en/latest/using/common.html#docker-options
343
# to give user 'sudo' ability inside the notebook, add the env var
344
# 'GRANT_SUDO=yes' and run the container as 'root'
345
- -e GRANT_SUDO=yes --user root\
+ -e GRANT_SUDO=yes --user root \
346
-v ${WORK_VOLUME_NAME}:${JUPYTER_WORK_DIR} \
347
--network ${NETWORK_NAME} ${DOCKER_IMAGE} \
348
bash -c "start-notebook.py --IdentityProvider.token='' --NotebookApp.base_url=/${EC2_INSTANCE_ID} \
0 commit comments