Spaces:
Sleeping
Sleeping
updated reqs
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
@@ -28,8 +28,9 @@ 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 |
-
|
|
|
33 |
RUN pip install --no-cache-dir --upgrade -r /requirements.txt
|
34 |
|
35 |
# Start the FastAPI app on port 7860, the default port expected by Spaces
|
|
|
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
|
34 |
RUN pip install --no-cache-dir --upgrade -r /requirements.txt
|
35 |
|
36 |
# Start the FastAPI app on port 7860, the default port expected by Spaces
|