SatCat commited on
Commit
d2d7521
1 Parent(s): d26ea17

remove JUPYTER_TOKEN:=huggingface

Browse files
Files changed (1) hide show
  1. start_server.sh +1 -2
start_server.sh CHANGED
@@ -1,6 +1,5 @@
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
  echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
4
 
5
  jupyter-lab \