robocan commited on
Commit
fa86f17
·
1 Parent(s): 8a11c8a

Update on_startup.sh

Browse files
Files changed (1) hide show
  1. on_startup.sh +1 -2
on_startup.sh CHANGED
@@ -1,7 +1,6 @@
1
  #!/bin/bash
2
  apt update && apt upgrade
3
- sudo pip install --upgrade jupyter
4
- sudo pip install --upgrade ipywidgets
5
  apt install wget
6
  pip install tensorflow
7
  pip install sentencepiece
 
1
  #!/bin/bash
2
  apt update && apt upgrade
3
+ conda update jupyter
 
4
  apt install wget
5
  pip install tensorflow
6
  pip install sentencepiece