rng0x17 commited on
Commit
f1f040a
1 Parent(s): 08d6c7d
Files changed (1) hide show
  1. start_server.sh +4 -2
start_server.sh CHANGED
@@ -1,9 +1,11 @@
1
  #!/bin/bash
2
- JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
3
 
4
- echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
5
 
6
 
 
 
 
7
 
8
  jupyter-lab \
9
  --ip 0.0.0.0 \
 
1
  #!/bin/bash
 
2
 
3
+ code-insiders --install-extension ms-toolsai.jupyter ms-toolsai.jupyter
4
 
5
 
6
+ JUPYTER_TOKEN="${JUPYTER_TOKEN:=huggingface}"
7
+
8
+ echo "Starting Jupyter Lab with token $JUPYTER_TOKEN"
9
 
10
  jupyter-lab \
11
  --ip 0.0.0.0 \