Update start_server.sh
Browse files- start_server.sh +2 -1
start_server.sh
CHANGED
@@ -2,7 +2,8 @@
|
|
2 |
JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
|
3 |
|
4 |
echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
|
5 |
-
|
|
|
6 |
jupyter-lab \
|
7 |
--ip 0.0.0.0 \
|
8 |
--port 7860 \
|
|
|
2 |
JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
|
3 |
|
4 |
echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
|
5 |
+
import os
|
6 |
+
os.environ.get("SECRET_EXAMPLE")
|
7 |
jupyter-lab \
|
8 |
--ip 0.0.0.0 \
|
9 |
--port 7860 \
|