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

updated reqs

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -28,6 +28,8 @@ RUN chmod 777 /uploads
28
  # Install requirements.txt
29
  # RUN conda install ffmpeg
30
  RUN pip install --upgrade pip
 
 
31
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
32
 
33
  # 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
+ 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