nateraw commited on
Commit
052cef0
·
1 Parent(s): b0d5b00

Update start_server.sh

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