nateraw commited on
Commit
6163d94
·
1 Parent(s): 90fad2c

Update start_server.sh

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