SatCat commited on
Commit
9b7b304
1 Parent(s): dc38df1

remove sudo

Browse files
Files changed (1) hide show
  1. start_server.sh +1 -1
start_server.sh CHANGED
@@ -2,7 +2,7 @@
2
  #JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
3
  echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
4
 
5
- sudo jupyter-lab \
6
  --ip 0.0.0.0 \
7
  --port 7860 \
8
  --no-browser \
 
2
  #JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
3
  echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
4
 
5
+ jupyter-lab \
6
  --ip 0.0.0.0 \
7
  --port 7860 \
8
  --no-browser \