Dan commited on
Commit ·
b13e784
1
Parent(s): 57a64ad
fix start_server
Browse files- start_server.sh +2 -2
start_server.sh
CHANGED
|
@@ -5,8 +5,8 @@ NOTEBOOK_DIR="/data"
|
|
| 5 |
|
| 6 |
# jupyter labextension disable "@jupyterlab/apputils-extension:announcements"
|
| 7 |
|
| 8 |
-
echo "
|
| 9 |
-
echo "connect to
|
| 10 |
|
| 11 |
uv run --with jupyter jupyter lab \
|
| 12 |
--ip 0.0.0.0 \
|
|
|
|
| 5 |
|
| 6 |
# jupyter labextension disable "@jupyterlab/apputils-extension:announcements"
|
| 7 |
|
| 8 |
+
echo "Starting Jupyter Lab server..."
|
| 9 |
+
echo "connect to http://127.0.0.1:7860/lab?token=huggingface"
|
| 10 |
|
| 11 |
uv run --with jupyter jupyter lab \
|
| 12 |
--ip 0.0.0.0 \
|