don0726 commited on
Commit
ed5c7ba
·
verified ·
1 Parent(s): 0b3dba3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -7,6 +7,8 @@ ENV COQUI_TOS_AGREED=1
7
 
8
  COPY requirements.txt .
9
 
 
 
10
  RUN pip install --upgrade pip
11
  RUN pip install --no-cache-dir -r requirements.txt
12
 
 
7
 
8
  COPY requirements.txt .
9
 
10
+
11
+ RUN apt-get update && apt-get install -y ffmpeg
12
  RUN pip install --upgrade pip
13
  RUN pip install --no-cache-dir -r requirements.txt
14