ankban commited on
Commit
749ddf9
·
verified ·
1 Parent(s): ea175cc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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