Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +5 -3
Dockerfile
CHANGED
@@ -27,8 +27,10 @@ CMD pixi run jupyter-lab \
|
|
27 |
--port 7860 \
|
28 |
--no-browser \
|
29 |
--allow-root \
|
|
|
|
|
|
|
|
|
30 |
--ServerApp.cookie_options='{"SameSite": "None", "Secure": True}' \
|
31 |
--ServerApp.disable_check_xsrf=True \
|
32 |
-
--ServerApp.tornado_settings='{"headers": {"Content-Security-Policy": "frame-ancestors *"}}'
|
33 |
-
--LabApp.news_url=None \
|
34 |
-
--LabApp.check_for_updates_class="jupyterlab.NeverCheckForUpdate"
|
|
|
27 |
--port 7860 \
|
28 |
--no-browser \
|
29 |
--allow-root \
|
30 |
+
--LabApp.news_url=None \
|
31 |
+
--LabApp.check_for_updates_class="jupyterlab.NeverCheckForUpdate" \
|
32 |
+
--ServerApp.token='' \
|
33 |
+
--ServerApp.password='' \
|
34 |
--ServerApp.cookie_options='{"SameSite": "None", "Secure": True}' \
|
35 |
--ServerApp.disable_check_xsrf=True \
|
36 |
+
--ServerApp.tornado_settings='{"headers": {"Content-Security-Policy": "frame-ancestors *"}}'
|
|
|
|