Add files via upload

This commit is contained in:
Yûki VACHOT 2021-09-30 20:38:53 +02:00 committed by GitHub
parent 901881c7c2
commit bb0a9c1731
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ set -eu
jupyter lab --ip=0.0.0.0 --port=8080 --allow-root --collaborative \
--ServerApp.token='' \
--ServerApp.custom_display_url=${JOB_URL_SCHEME}${JOB_ID}-8080.${JOB_HOST} \
--ServerApp.custom_display_url=${JOB_URL_SCHEME}${JOB_ID}-8080.${JOB_HOST} \
--ServerApp.allow_remote_access=True \
--ServerApp.allow_origin='*' \
--ServerApp..disable_check_xsrf=True