robocan commited on
Commit
3206e36
·
1 Parent(s): 443384f

Update on_startup.sh

Browse files
Files changed (1) hide show
  1. on_startup.sh +2 -0
on_startup.sh CHANGED
@@ -1,5 +1,7 @@
1
  #!/bin/bash
2
  sudo pip install -U jupyter
 
 
3
  sudo apt update && apt upgrade
4
  sudo apt-get update && apt-get install libgl1
5
  RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
 
1
  #!/bin/bash
2
  sudo pip install -U jupyter
3
+ pip install opencv-python
4
+ pip install pytesseract
5
  sudo apt update && apt upgrade
6
  sudo apt-get update && apt-get install libgl1
7
  RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y