Spaces:
Running
Running
Commit
·
4e14b2e
1
Parent(s):
1e9ae83
first commit
Browse files- Dockerfile +1 -1
- 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", "
|
|
|
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
|