Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -11,6 +11,7 @@ COPY . /app
|
|
11 |
RUN apt-get update && \
|
12 |
apt-get install -y ffmpeg && \
|
13 |
rm -rf /var/lib/apt/lists/* && \
|
|
|
14 |
pip install --no-cache-dir -r requirements.txt && \
|
15 |
pip install python-multipart
|
16 |
|
|
|
11 |
RUN apt-get update && \
|
12 |
apt-get install -y ffmpeg && \
|
13 |
rm -rf /var/lib/apt/lists/* && \
|
14 |
+
portaudio19-dev \
|
15 |
pip install --no-cache-dir -r requirements.txt && \
|
16 |
pip install python-multipart
|
17 |
|