AKA Math commited on
Commit
8de6e74
·
1 Parent(s): 3ac70f3

Fixing deploy issues based on https://discuss.streamlit.io/t/streamlit-sharing-importerror-libgl-so-1-cannot-open-shared-object-file-no-such-file-or-directory-opencv-error/12367/10

Browse files
Files changed (2) hide show
  1. packages.txt +7 -0
  2. requirements.txt +1 -1
packages.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ freeglut3-dev
2
+ libgtk2.0-dev
3
+ libgl1-mesa-glx
4
+ #tesseract-ocr
5
+ #libtesseract-dev
6
+ #libtesseract4
7
+ #tesseract-ocr-all
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  pip==21.3.1
2
  setuptools==60.2.0
3
  wheel==0.37.1
4
- opencv-python
5
  streamlit
6
  Pillow
7
  numpy
 
1
  pip==21.3.1
2
  setuptools==60.2.0
3
  wheel==0.37.1
4
+ opencv-python-headless
5
  streamlit
6
  Pillow
7
  numpy