robocan commited on
Commit
01b8a5b
1 Parent(s): 752fcf6

Update start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +1 -3
start_server.sh CHANGED
@@ -1,9 +1,7 @@
1
  #!/bin/bash
2
- JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
3
 
4
  echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
5
- import os
6
- os.environ.get("SECRET_EXAMPLE")
7
  jupyter-lab \
8
  --ip 0.0.0.0 \
9
  --port 7860 \
 
1
  #!/bin/bash
2
+ JUPYTER_TOKEN="${password}"
3
 
4
  echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
 
 
5
  jupyter-lab \
6
  --ip 0.0.0.0 \
7
  --port 7860 \