Qa5im commited on
Commit
ede9762
·
1 Parent(s): 74ccb24

updated reqs

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -15,6 +15,9 @@
15
  # Use the official Python 3.10.9 image
16
  FROM python:3.10.12
17
 
 
 
 
18
 
19
  # Copy the current directory contents into the container at .
20
  COPY . .
@@ -28,7 +31,7 @@ RUN chmod 777 /uploads
28
  # Install requirements.txt
29
  # RUN conda install ffmpeg
30
  RUN pip install --upgrade pip
31
- RUN pip install portaudio
32
  # RUN pip install pipwin
33
  # pip insta/
34
  # RUN pipwin install Pyaudio
 
15
  # Use the official Python 3.10.9 image
16
  FROM python:3.10.12
17
 
18
+ RUN apt-get update && \
19
+ apt-get install -y portaudio
20
+
21
 
22
  # Copy the current directory contents into the container at .
23
  COPY . .
 
31
  # Install requirements.txt
32
  # RUN conda install ffmpeg
33
  RUN pip install --upgrade pip
34
+ # RUN pip install portaudio
35
  # RUN pip install pipwin
36
  # pip insta/
37
  # RUN pipwin install Pyaudio