Add files via upload
This commit is contained in:
parent
8a28c4aec1
commit
901881c7c2
2 changed files with 69 additions and 0 deletions
9
Dockers/tensorflow-jupyterlab/jupyter.sh
Normal file
9
Dockers/tensorflow-jupyterlab/jupyter.sh
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
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.allow_remote_access=True \
|
||||
--ServerApp.allow_origin='*' \
|
||||
--ServerApp..disable_check_xsrf=True
|
||||
Loading…
Add table
Add a link
Reference in a new issue