fix for jupyterlab on cloud start (#1594)

This commit is contained in:
Wing Lian
2024-05-05 10:08:43 -04:00
committed by GitHub
parent 29cf15a28c
commit 120b809465

View File

@@ -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)