Qa5im commited on
Commit
d7926f8
·
1 Parent(s): 73c00d6

updated reqs

Browse files
Files changed (1) hide show
  1. 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
- RUN pipwin install pyaudio
 
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