datnguyentien204 commited on
Commit
a76f25f
·
verified ·
1 Parent(s): c6d382d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -5,6 +5,7 @@ WORKDIR /app
5
  COPY ./requirements.txt /app/requirements.txt
6
 
7
  RUN apt-get update && apt-get install -y && rm -rf /var/lib/apt/lists/*
 
8
  RUN pip3 install --no-cache-dir -r /app/requirements.txt
9
 
10
  # User
 
5
  COPY ./requirements.txt /app/requirements.txt
6
 
7
  RUN apt-get update && apt-get install -y && rm -rf /var/lib/apt/lists/*
8
+ RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
9
  RUN pip3 install --no-cache-dir -r /app/requirements.txt
10
 
11
  # User