MoritzLaurer HF staff commited on
Commit
662d01e
1 Parent(s): 7614c3a

remove printing password to logs

Browse files

when people show a jupyterlab space to others or copy-paste the container logs somewhere, it's better if the password is not printed in plain text

Files changed (1) hide show
  1. start_server.sh +0 -2
start_server.sh CHANGED
@@ -1,8 +1,6 @@
1
  #!/bin/bash
2
  JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
3
 
4
- echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
5
-
6
  NOTEBOOK_DIR="/data"
7
 
8
  jupyter-lab \
 
1
  #!/bin/bash
2
  JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
3
 
 
 
4
  NOTEBOOK_DIR="/data"
5
 
6
  jupyter-lab \