Spaces:
Runtime error
Runtime error
add sudo
Browse files- start_server.sh +1 -1
start_server.sh
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
#JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
|
3 |
echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
|
4 |
|
5 |
-
jupyter-lab \
|
6 |
--ip 0.0.0.0 \
|
7 |
--port 7860 \
|
8 |
--no-browser \
|
|
|
2 |
#JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
|
3 |
echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
|
4 |
|
5 |
+
sudo jupyter-lab \
|
6 |
--ip 0.0.0.0 \
|
7 |
--port 7860 \
|
8 |
--no-browser \
|