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