Mohammedallyl commited on
Commit
f0c0e44
·
verified ·
1 Parent(s): 28e47c6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -5,6 +5,7 @@ WORKDIR /code
5
  COPY ./requirements.txt /code/requirments.txt
6
  RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
7
  RUN apt-get clean
 
8
  RUN pip install --no-cache-dir --upgrade -r /code/requirments.txt
9
 
10
  COPY . .
 
5
  COPY ./requirements.txt /code/requirments.txt
6
  RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
7
  RUN apt-get clean
8
+ RUN apt-get install -y ffmpeg
9
  RUN pip install --no-cache-dir --upgrade -r /code/requirments.txt
10
 
11
  COPY . .