robocan commited on
Commit
5062a77
·
1 Parent(s): fa86f17

Update on_startup.sh

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