diff --git a/scripts/cloud-entrypoint.sh b/scripts/cloud-entrypoint.sh index c7b9ca3e0..3a15a884a 100755 --- a/scripts/cloud-entrypoint.sh +++ b/scripts/cloud-entrypoint.sh @@ -33,7 +33,7 @@ fi if [ "$JUPYTER_DISABLE" != "1" ]; then # Run Jupyter Lab in the background - jupyter lab --port=8888 --ip=* --allow-root --ServerApp.allow_origin=* --ServerApp.preferred_dir=/workspace & + jupyter lab --port=8888 --ip=* --allow-root --ServerApp.allow_origin=* & fi # Execute the passed arguments (CMD)