rahulreshma commited on
Commit
bb9bdbc
·
verified ·
1 Parent(s): 08a2f84

Update start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +2 -2
start_server.sh CHANGED
@@ -1,7 +1,7 @@
1
  #!/bin/bash
2
- JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
3
 
4
- NOTEBOOK_DIR="/data"
5
 
6
  jupyter labextension disable "@jupyterlab/apputils-extension:announcements"
7
 
 
1
  #!/bin/bash
2
+ JUPYTER_TOKEN="${JUPYTER_TOKEN:=test}"
3
 
4
+ NOTEBOOK_DIR="/home/user/app/"
5
 
6
  jupyter labextension disable "@jupyterlab/apputils-extension:announcements"
7