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

updated reqs

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