sreepathi-ravikumar commited on
Commit
966074b
·
verified ·
1 Parent(s): c4d472d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -10,6 +10,7 @@ RUN pip install --no-cache-dir -r requirements.txt
10
 
11
  # Copy the rest of the app
12
  COPY app.py video.py ./
 
13
 
14
  # Expose port 5000 (Flask default)
15
  EXPOSE 7860
 
10
 
11
  # Copy the rest of the app
12
  COPY app.py video.py ./
13
+ RUN apt-get update && apt-get install -y ffmpeg
14
 
15
  # Expose port 5000 (Flask default)
16
  EXPOSE 7860