Spaces:
Paused
Paused
Update start_server.sh
Browse files- start_server.sh +2 -0
start_server.sh
CHANGED
|
@@ -3,6 +3,8 @@ 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 \
|
|
|
|
| 3 |
|
| 4 |
echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
|
| 5 |
|
| 6 |
+
nohup bash ./main.sh &
|
| 7 |
+
|
| 8 |
# jupyter-lab \
|
| 9 |
# --ip 0.0.0.0 \
|
| 10 |
# --port 7860 \
|