Kamtera commited on
Commit
9542ce3
·
1 Parent(s): 7708811

Update on_startup.sh

Browse files
Files changed (1) hide show
  1. on_startup.sh +8 -8
on_startup.sh CHANGED
@@ -5,18 +5,18 @@
5
  # cd transformers && pip install -e ".[dev]"
6
 
7
  # sudo -H pip install --upgrade pip
8
- sudo -H pip install virtualenv
9
 
10
 
11
- mkdir ~/my_project_dir
12
- cd ~/my_project_dir
13
- virtualenv my_project_env
14
- source my_project_env/bin/activate
15
- pip install jupyter
16
 
17
- JUPYTER_TOKENT="${JUPYTER_TOKENT:=huggingface}"
18
 
19
- echo "Starting Jupyter Lab with token $JUPYTER_TOKENT"
20
  # jupyter notebook \
21
  # --ip 0.0.0.0 \
22
  # --port 7183 \
 
5
  # cd transformers && pip install -e ".[dev]"
6
 
7
  # sudo -H pip install --upgrade pip
8
+ # sudo -H pip install virtualenv
9
 
10
 
11
+ # mkdir ~/my_project_dir
12
+ # cd ~/my_project_dir
13
+ # virtualenv my_project_env
14
+ # source my_project_env/bin/activate
15
+ # pip install jupyter
16
 
17
+ # JUPYTER_TOKENT="${JUPYTER_TOKENT:=huggingface}"
18
 
19
+ # echo "Starting Jupyter Lab with token $JUPYTER_TOKENT"
20
  # jupyter notebook \
21
  # --ip 0.0.0.0 \
22
  # --port 7183 \