Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
FROM python:3.9-slim
|
| 2 |
|
| 3 |
RUN apt update && \
|
| 4 |
-
apt install -y ffmpeg git && \
|
| 5 |
apt clean
|
| 6 |
|
| 7 |
# Set Hugging Face and model cache dirs to a writable location
|
|
|
|
| 1 |
FROM python:3.9-slim
|
| 2 |
|
| 3 |
RUN apt update && \
|
| 4 |
+
apt install -y ffmpeg git poppler-utils && \
|
| 5 |
apt clean
|
| 6 |
|
| 7 |
# Set Hugging Face and model cache dirs to a writable location
|