Spaces:
Running
Running
remove printing password to logs
#17
by
MoritzLaurer
HF staff
- opened
- 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 \
|