Spaces:
Sleeping
Sleeping
remove printing password to logs (#17)
Browse files- remove printing password to logs (662d01eb5853bce42251fadf1ea7f1b2fc6d6309)
Co-authored-by: Moritz Laurer <[email protected]>
- 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 \
|