Spaces:
Runtime error
Runtime error
Eric Michael Martinez
commited on
Commit
•
e47fad7
1
Parent(s):
7515e7a
update
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
FROM python:3.10.8-slim
|
2 |
|
|
|
|
|
3 |
WORKDIR /code
|
4 |
|
5 |
COPY requirements.txt ./
|
|
|
1 |
FROM python:3.10.8-slim
|
2 |
|
3 |
+
RUN apt-get install ffmpeg libavcodec-extra
|
4 |
+
|
5 |
WORKDIR /code
|
6 |
|
7 |
COPY requirements.txt ./
|