Skip to content

Commit

Permalink
fix for jupyterlab on cloud start (#1594)
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian authored May 5, 2024
1 parent 29cf15a commit 120b809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cloud-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 120b809

Please sign in to comment.