Spaces:
Paused
Paused
Update start_server.sh
Browse files- 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 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
|
|
|
|
|
|
| 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
|