huynhkimthien commited on
Commit
00c4c8a
·
verified ·
1 Parent(s): a451a73

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ COPY requirements.txt .
6
  RUN pip install --no-cache-dir -r requirements.txt
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
 
6
  RUN pip install --no-cache-dir -r requirements.txt
7
  RUN pip install python-multipart
8
  COPY . .
9
+
10
  RUN apt update && apt install -y ffmpeg
11
 
12
  EXPOSE 7860