Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
# Use an official Python runtime as a parent image
|
2 |
FROM python:3.10.9
|
3 |
|
|
|
4 |
# Set the working directory in the container
|
5 |
WORKDIR /app
|
6 |
|
|
|
1 |
# Use an official Python runtime as a parent image
|
2 |
FROM python:3.10.9
|
3 |
|
4 |
+
RUN apt-get update && apt-get install -y ffmpeg
|
5 |
# Set the working directory in the container
|
6 |
WORKDIR /app
|
7 |
|