Chaitu2112 commited on
Commit
c98be84
·
verified ·
1 Parent(s): f3f182d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,4 +1,5 @@
1
  FROM python:3.12-slim
 
2
 
3
  WORKDIR /app
4
 
 
1
  FROM python:3.12-slim
2
+ RUN apt-get update && apt-get install -y ffmpeg
3
 
4
  WORKDIR /app
5