Spaces:
Runtime error
Runtime error
sjs
Browse files- start_server.sh +4 -2
start_server.sh
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
#!/bin/bash
|
2 |
-
JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
|
3 |
|
4 |
-
|
5 |
|
6 |
|
|
|
|
|
|
|
7 |
|
8 |
jupyter-lab \
|
9 |
--ip 0.0.0.0 \
|
|
|
1 |
#!/bin/bash
|
|
|
2 |
|
3 |
+
code-insiders --install-extension ms-toolsai.jupyter ms-toolsai.jupyter
|
4 |
|
5 |
|
6 |
+
JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
|
7 |
+
|
8 |
+
echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
|
9 |
|
10 |
jupyter-lab \
|
11 |
--ip 0.0.0.0 \
|