Qa5im commited on
Commit
6f8fe08
·
1 Parent(s): cbd02af

updated reqs

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -16,9 +16,10 @@
16
  FROM python:3.10.12
17
 
18
  RUN apt-get update && \
19
- apt-get install -y ffmpeg
20
-
21
 
 
 
22
  # Copy the current directory contents into the container at .
23
  COPY . .
24
 
 
16
  FROM python:3.10.12
17
 
18
  RUN apt-get update && \
19
+ apt-get install -y portaudio19-dev
 
20
 
21
+ RUN apt-get update && \
22
+ apt-get install -y ffmpeg
23
  # Copy the current directory contents into the container at .
24
  COPY . .
25