winglian commited on
Commit
120b809
1 Parent(s): 29cf15a

fix for jupyterlab on cloud start (#1594)

Browse files
Files changed (1) hide show
  1. scripts/cloud-entrypoint.sh +1 -1
scripts/cloud-entrypoint.sh CHANGED
@@ -33,7 +33,7 @@ fi
33
 
34
  if [ "$JUPYTER_DISABLE" != "1" ]; then
35
  # Run Jupyter Lab in the background
36
- jupyter lab --port=8888 --ip=* --allow-root --ServerApp.allow_origin=* --ServerApp.preferred_dir=/workspace &
37
  fi
38
 
39
  # Execute the passed arguments (CMD)
 
33
 
34
  if [ "$JUPYTER_DISABLE" != "1" ]; then
35
  # Run Jupyter Lab in the background
36
+ jupyter lab --port=8888 --ip=* --allow-root --ServerApp.allow_origin=* &
37
  fi
38
 
39
  # Execute the passed arguments (CMD)