Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
FROM python:3.9-slim
|
| 3 |
|
| 4 |
# Install ffmpeg, a required system-level dependency for pydub
|
| 5 |
-
RUN apt-get update && apt-
|
| 6 |
|
| 7 |
# Set the working directory in the container
|
| 8 |
WORKDIR /code
|
|
|
|
| 2 |
FROM python:3.9-slim
|
| 3 |
|
| 4 |
# Install ffmpeg, a required system-level dependency for pydub
|
| 5 |
+
RUN apt-get update && apt-get install -y ffmpeg
|
| 6 |
|
| 7 |
# Set the working directory in the container
|
| 8 |
WORKDIR /code
|