Spaces:
Sleeping
Sleeping
updated reqs
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -28,6 +28,7 @@ RUN chmod 777 /uploads
|
|
28 |
# Install requirements.txt
|
29 |
# RUN conda install ffmpeg
|
30 |
RUN pip install --upgrade pip
|
|
|
31 |
# RUN pip install pipwin
|
32 |
# pip insta/
|
33 |
# RUN pipwin install Pyaudio
|
|
|
28 |
# Install requirements.txt
|
29 |
# RUN conda install ffmpeg
|
30 |
RUN pip install --upgrade pip
|
31 |
+
RUN pip install portaudio
|
32 |
# RUN pip install pipwin
|
33 |
# pip insta/
|
34 |
# RUN pipwin install Pyaudio
|