Spaces:
Paused
Paused
Update start_server.sh
Browse files- start_server.sh +3 -0
start_server.sh
CHANGED
|
@@ -1,4 +1,7 @@
|
|
| 1 |
#!/bin/bash
|
|
|
|
|
|
|
|
|
|
| 2 |
JUPYTER_TOKEN="${JUPYTER_TOKEN:= huggingface}"
|
| 3 |
|
| 4 |
NOTEBOOK_DIR="/data"
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
+
|
| 3 |
+
cd /data
|
| 4 |
+
|
| 5 |
JUPYTER_TOKEN="${JUPYTER_TOKEN:= huggingface}"
|
| 6 |
|
| 7 |
NOTEBOOK_DIR="/data"
|