Spaces:
Build error
Build error
Commit
•
60481f7
1
Parent(s):
66dabef
Update start_server.sh
Browse files- start_server.sh +1 -1
start_server.sh
CHANGED
@@ -3,7 +3,7 @@ JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
|
|
3 |
|
4 |
echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
|
5 |
|
6 |
-
NOTEBOOK_DIR="/
|
7 |
|
8 |
jupyter-lab \
|
9 |
--ip 0.0.0.0 \
|
|
|
3 |
|
4 |
echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
|
5 |
|
6 |
+
NOTEBOOK_DIR="~/app/notebooks"
|
7 |
|
8 |
jupyter-lab \
|
9 |
--ip 0.0.0.0 \
|