Spaces:
Runtime error
Runtime error
Update start_server.sh
Browse files- start_server.sh +1 -3
start_server.sh
CHANGED
@@ -1,7 +1,5 @@
|
|
1 |
#!/bin/bash
|
2 |
-
JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
|
3 |
-
|
4 |
-
make install
|
5 |
|
6 |
echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
|
7 |
|
|
|
1 |
#!/bin/bash
|
2 |
+
JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
|
|
|
|
|
3 |
|
4 |
echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
|
5 |
|