nateraw commited on
Commit
cac444c
·
1 Parent(s): 7e738bb

Update start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +2 -0
start_server.sh CHANGED
@@ -1,6 +1,8 @@
1
  #!/bin/bash
2
  JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
3
 
 
 
4
  echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
5
 
6
  jupyter-lab \
 
1
  #!/bin/bash
2
  JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
3
 
4
+ make install
5
+
6
  echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
7
 
8
  jupyter-lab \