ruslanmv commited on
Commit
662c0c9
1 Parent(s): b0c18e8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -38,6 +38,9 @@ RUN add-apt-repository ppa:deadsnakes/ppa && \
38
  RUN update-alternatives --set python3 /usr/bin/python3.10 && \
39
  update-alternatives --set python /usr/bin/python3.10
40
 
 
 
 
41
  WORKDIR /code
42
 
43
  COPY ./requirements.txt /code/requirements.txt
 
38
  RUN update-alternatives --set python3 /usr/bin/python3.10 && \
39
  update-alternatives --set python /usr/bin/python3.10
40
 
41
+ RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
42
+
43
+
44
  WORKDIR /code
45
 
46
  COPY ./requirements.txt /code/requirements.txt