jbilcke-hf HF Staff commited on
Commit
c489ae7
·
verified ·
1 Parent(s): 566fbd3

Update start_server.sh

Browse files
Files changed (1) hide show
  1. 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 \