Update start_server.sh
Browse files- start_server.sh +3 -0
start_server.sh
CHANGED
|
@@ -3,6 +3,9 @@ JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
|
|
| 3 |
|
| 4 |
NOTEBOOK_DIR="/data"
|
| 5 |
|
|
|
|
|
|
|
|
|
|
| 6 |
jupyter labextension disable "@jupyterlab/apputils-extension:announcements"
|
| 7 |
|
| 8 |
jupyter-lab \
|
|
|
|
| 3 |
|
| 4 |
NOTEBOOK_DIR="/data"
|
| 5 |
|
| 6 |
+
# this will download stuff used by Mujoco (the collection of models)
|
| 7 |
+
python init_mujoco.py
|
| 8 |
+
|
| 9 |
jupyter labextension disable "@jupyterlab/apputils-extension:announcements"
|
| 10 |
|
| 11 |
jupyter-lab \
|