Kamtera commited on
Commit
7708811
·
1 Parent(s): 126e2e7

Update on_startup.sh

Browse files
Files changed (1) hide show
  1. on_startup.sh +11 -11
on_startup.sh CHANGED
@@ -17,14 +17,14 @@ pip install jupyter
17
  JUPYTER_TOKENT="${JUPYTER_TOKENT:=huggingface}"
18
 
19
  echo "Starting Jupyter Lab with token $JUPYTER_TOKENT"
20
- jupyter notebook \
21
- --ip 0.0.0.0 \
22
- --port 7183 \
23
- --no-browser \
24
- --allow-root \
25
- --NotebookApp.token="$JUPYTER_TOKENT" \
26
- --NotebookApp.password='' \
27
- --NotebookApp.allow_origin='*' \
28
- --NotebookApp.disable_check_xsrf=True \
29
- --NotebookApp.tornado_settings="{'headers': {'Content-Security-Policy': 'frame-ancestors *'}}" \
30
- --NotebookApp.cookie_options="{'SameSite': 'None', 'Secure': True}" \
 
17
  JUPYTER_TOKENT="${JUPYTER_TOKENT:=huggingface}"
18
 
19
  echo "Starting Jupyter Lab with token $JUPYTER_TOKENT"
20
+ # jupyter notebook \
21
+ # --ip 0.0.0.0 \
22
+ # --port 7183 \
23
+ # --no-browser \
24
+ # --allow-root \
25
+ # --NotebookApp.token="$JUPYTER_TOKENT" \
26
+ # --NotebookApp.password='' \
27
+ # --NotebookApp.allow_origin='*' \
28
+ # --NotebookApp.disable_check_xsrf=True \
29
+ # --NotebookApp.tornado_settings="{'headers': {'Content-Security-Policy': 'frame-ancestors *'}}" \
30
+ # --NotebookApp.cookie_options="{'SameSite': 'None', 'Secure': True}" \