Spaces:
Runtime error
Runtime error
CaesarCloudSync
commited on
Commit
·
5413ad6
1
Parent(s):
e38f60d
CaesarAI Fixed I think
Browse files- Dockerfile +1 -1
- requirements.txt +1 -1
Dockerfile
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
# Use the official Python 3.9 image
|
| 2 |
-
FROM python:3.
|
| 3 |
RUN export PYTHONPATH=$PWD
|
| 4 |
RUN apt-get update && apt-get install curl ffmpeg libsm6 libxext6 uvicorn libopencv-dev python3-opencv libgirepository1.0-dev tesseract-ocr -y
|
| 5 |
RUN pip install uvicorn
|
|
|
|
| 1 |
# Use the official Python 3.9 image
|
| 2 |
+
FROM python:3.9
|
| 3 |
RUN export PYTHONPATH=$PWD
|
| 4 |
RUN apt-get update && apt-get install curl ffmpeg libsm6 libxext6 uvicorn libopencv-dev python3-opencv libgirepository1.0-dev tesseract-ocr -y
|
| 5 |
RUN pip install uvicorn
|
requirements.txt
CHANGED
|
@@ -54,7 +54,7 @@ keras==2.11.0
|
|
| 54 |
kiwisolver==1.4.4
|
| 55 |
langcodes==3.3.0
|
| 56 |
libclang==15.0.6.1
|
| 57 |
-
lxml
|
| 58 |
matplotlib==3.7.0
|
| 59 |
mtcnn==0.1.1
|
| 60 |
murmurhash==1.0.9
|
|
|
|
| 54 |
kiwisolver==1.4.4
|
| 55 |
langcodes==3.3.0
|
| 56 |
libclang==15.0.6.1
|
| 57 |
+
lxml==4.9.2
|
| 58 |
matplotlib==3.7.0
|
| 59 |
mtcnn==0.1.1
|
| 60 |
murmurhash==1.0.9
|