Spaces:
Sleeping
Sleeping
updated reqs
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
@@ -16,9 +16,10 @@
|
|
16 |
FROM python:3.10.12
|
17 |
|
18 |
RUN apt-get update && \
|
19 |
-
apt-get install -y
|
20 |
-
|
21 |
|
|
|
|
|
22 |
# Copy the current directory contents into the container at .
|
23 |
COPY . .
|
24 |
|
|
|
16 |
FROM python:3.10.12
|
17 |
|
18 |
RUN apt-get update && \
|
19 |
+
apt-get install -y portaudio19-dev
|
|
|
20 |
|
21 |
+
RUN apt-get update && \
|
22 |
+
apt-get install -y ffmpeg
|
23 |
# Copy the current directory contents into the container at .
|
24 |
COPY . .
|
25 |
|