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

add printenv

Browse files
Files changed (1) hide show
  1. start_server.sh +2 -0
start_server.sh CHANGED
@@ -2,6 +2,8 @@
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 \
 
2
  #JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
3
  echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
4
 
5
+ printenv
6
+
7
  jupyter-lab \
8
  --ip 0.0.0.0 \
9
  --port 7860 \