binary1ne commited on
Commit
e1dfb43
·
verified ·
1 Parent(s): c17b850

Update start_server.sh

Browse files
Files changed (1) hide show
  1. start_server.sh +2 -1
start_server.sh CHANGED
@@ -1,9 +1,10 @@
1
  #!/bin/bash
2
- JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
3
 
4
  NOTEBOOK_DIR="/data"
5
 
6
  jupyter labextension disable "@jupyterlab/apputils-extension:announcements"
 
7
 
8
  jupyter-lab \
9
  --ip 0.0.0.0 \
 
1
  #!/bin/bash
2
+ JUPYTER_TOKEN="${JUPYTER_TOKEN:= huggingface}"
3
 
4
  NOTEBOOK_DIR="/data"
5
 
6
  jupyter labextension disable "@jupyterlab/apputils-extension:announcements"
7
+ jupyter server extension disable jupyterlab_proxy_gui
8
 
9
  jupyter-lab \
10
  --ip 0.0.0.0 \