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

Update on_startup.sh

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