xcurv commited on
Commit
19d1fa8
·
verified ·
1 Parent(s): 1f8778c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ FROM python:3.9
6
  WORKDIR /code
7
 
8
  COPY ./requirements.txt /code/requirements.txt
9
-
10
  RUN curl -o models.h5 "https://drive.usercontent.google.com/download?id=1T5HGnk9Mxlb5G6FTxp26BWSrTpzbjtP2&export=download&authuser=0"
11
  RUN curl -o best.pt "https://drive.usercontent.google.com/download?id=1qG-tEw5j7P1hPQxTlDrXun32gRp3v3DA&export=download&authuser=0"
12
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
 
6
  WORKDIR /code
7
 
8
  COPY ./requirements.txt /code/requirements.txt
9
+ RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
10
  RUN curl -o models.h5 "https://drive.usercontent.google.com/download?id=1T5HGnk9Mxlb5G6FTxp26BWSrTpzbjtP2&export=download&authuser=0"
11
  RUN curl -o best.pt "https://drive.usercontent.google.com/download?id=1qG-tEw5j7P1hPQxTlDrXun32gRp3v3DA&export=download&authuser=0"
12
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt