Spaces:
Runtime error
Runtime error
add printenv
Browse files- start_server.sh +2 -0
start_server.sh
CHANGED
@@ -2,6 +2,8 @@
|
|
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 \
|
|
|
2 |
#JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
|
3 |
echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
|
4 |
|
5 |
+
printenv
|
6 |
+
|
7 |
jupyter-lab \
|
8 |
--ip 0.0.0.0 \
|
9 |
--port 7860 \
|