Add files via upload
This commit is contained in:
parent
7a69f77d64
commit
71b8eb7f0c
1 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
jupyter lab --ip=0.0.0.0 --port=8080 --allow-root --collaborative \
|
jupyter lab --ip=0.0.0.0 --port=8080 --no-browser --allow-root --collaborative \
|
||||||
--ServerApp.token='' \
|
--ServerApp.token='' \
|
||||||
--ServerApp.custom_display_url=${JOB_URL_SCHEME}${JOB_ID}-8080.${JOB_HOST} \
|
--ServerApp.custom_display_url=${JOB_URL_SCHEME-jobUrl}${JOB_ID-jobId}-8080.${JOB_HOST-jobHost} \
|
||||||
--ServerApp.allow_remote_access=True \
|
--ServerApp.allow_remote_access=True \
|
||||||
--ServerApp.allow_origin='*' \
|
--ServerApp.allow_origin='*' \
|
||||||
--ServerApp..disable_check_xsrf=True
|
--ServerApp.disable_check_xsrf=True
|
||||||
Loading…
Add table
Add a link
Reference in a new issue