codemaker2015 commited on
Commit
4e14b2e
·
1 Parent(s): 1e9ae83

first commit

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. requirements.txt +0 -1
Dockerfile CHANGED
@@ -19,4 +19,4 @@ RUN pip install --no-cache-dir -r requirements.txt
19
  COPY . .
20
 
21
  # Run Streamlit app
22
- CMD ["streamlit", "run", "app.py", "--server.port", "7860", "--server.address", "0.0.0.0"]
 
19
  COPY . .
20
 
21
  # Run Streamlit app
22
+ CMD ["streamlit", "run", "main.py", "--server.port", "7860", "--server.address", "0.0.0.0"]
requirements.txt CHANGED
@@ -16,7 +16,6 @@ pypandoc
16
  numpy
17
  pandas
18
  tesseract-ocr
19
- tesseract-ocr-eng
20
  poppler-utils
21
  ghostscript
22
  libgl1
 
16
  numpy
17
  pandas
18
  tesseract-ocr
 
19
  poppler-utils
20
  ghostscript
21
  libgl1