Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -28,6 +28,8 @@ RUN apt-get update && apt-get install -y \
|
|
28 |
tesseract-ocr \
|
29 |
poppler-utils \
|
30 |
libgl1 \
|
|
|
|
|
31 |
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
32 |
|
33 |
RUN pip install -r requirements.txt
|
|
|
28 |
tesseract-ocr \
|
29 |
poppler-utils \
|
30 |
libgl1 \
|
31 |
+
ffmpeg \
|
32 |
+
libopencv-dev \
|
33 |
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
34 |
|
35 |
RUN pip install -r requirements.txt
|