mertbozkurt commited on
Commit
0907a28
1 Parent(s): 06e5988

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ COPY . .
6
 
7
  # Set the working directory to /
8
  WORKDIR /
9
-
10
  # Install requirements.txt
11
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
12
 
 
6
 
7
  # Set the working directory to /
8
  WORKDIR /
9
+ RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
10
  # Install requirements.txt
11
  RUN pip install --no-cache-dir --upgrade -r /requirements.txt
12