MoritzLaurer HF staff commited on
Commit
ebaa103
1 Parent(s): 0fc9c45

Remove printing password/jupyter token into logs for safety

Browse files

I'd suggest removing the printing of the password, which makes it visible in the logs and if someone shares their logs for debugging, the password could be leaked. Not sure if printing the password has some other purpose?

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 \