shubham13spd commited on
Commit
74f7ad7
·
1 Parent(s): 4fa4d48

Add ffmpeg

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -2,6 +2,8 @@ FROM python:3.10-slim
2
 
3
  WORKDIR /usr/src/app
4
  COPY . .
 
 
5
  RUN pip install --no-cache-dir gradio
6
  EXPOSE 7860
7
  ENV GRADIO_SERVER_NAME="0.0.0.0"
 
2
 
3
  WORKDIR /usr/src/app
4
  COPY . .
5
+
6
+ RUN apt-get update && apt-get install -y ffmpeg
7
  RUN pip install --no-cache-dir gradio
8
  EXPOSE 7860
9
  ENV GRADIO_SERVER_NAME="0.0.0.0"