Spaces:
Sleeping
Sleeping
updated reqs
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -30,7 +30,7 @@ RUN chmod 777 /uploads
|
|
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
|
|
|
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
|