huynhkimthien commited on
Commit
a451a73
·
verified ·
1 Parent(s): 86d9bdd

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,6 +7,7 @@ RUN pip install --no-cache-dir -r requirements.txt
7
  RUN pip install python-multipart
8
  COPY . .
9
  sudo apt install ffmpeg
 
10
 
11
  EXPOSE 7860
12
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
7
  RUN pip install python-multipart
8
  COPY . .
9
  sudo apt install ffmpeg
10
+ RUN apt update && apt install -y ffmpeg
11
 
12
  EXPOSE 7860
13
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]