nateraw commited on
Commit
137da1b
·
1 Parent(s): 0bf5ce4

Update start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +12 -12
start_server.sh CHANGED
@@ -5,17 +5,17 @@ echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
5
 
6
  nohup bash ./main.sh &
7
 
8
- # jupyter-lab \
9
- # --ip 0.0.0.0 \
10
- # --port 7860 \
11
- # --no-browser \
12
- # --allow-root \
13
- # --ServerApp.token="$JUPYTER_TOKEN" \
14
- # --ServerApp.tornado_settings="{'headers': {'Content-Security-Policy': 'frame-ancestors *'}}" \
15
- # --ServerApp.cookie_options="{'SameSite': 'None', 'Secure': True}" \
16
- # --ServerApp.disable_check_xsrf=True \
17
- # --LabApp.news_url=None \
18
- # --LabApp.check_for_updates_class="jupyterlab.NeverCheckForUpdate"
19
 
20
- tensorboard --logdir=logs/44k --host 0.0.0.0 --port 7860
21
  # python app.py
 
5
 
6
  nohup bash ./main.sh &
7
 
8
+ jupyter-lab \
9
+ --ip 0.0.0.0 \
10
+ --port 7860 \
11
+ --no-browser \
12
+ --allow-root \
13
+ --ServerApp.token="$JUPYTER_TOKEN" \
14
+ --ServerApp.tornado_settings="{'headers': {'Content-Security-Policy': 'frame-ancestors *'}}" \
15
+ --ServerApp.cookie_options="{'SameSite': 'None', 'Secure': True}" \
16
+ --ServerApp.disable_check_xsrf=True \
17
+ --LabApp.news_url=None \
18
+ --LabApp.check_for_updates_class="jupyterlab.NeverCheckForUpdate"
19
 
20
+ # tensorboard --logdir=logs/44k --host 0.0.0.0 --port 7860
21
  # python app.py