oliver9523 commited on
Commit
80074e2
·
1 Parent(s): c6b2c85

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -3,6 +3,8 @@
3
 
4
  FROM python:3.9
5
 
 
 
6
  WORKDIR /code
7
 
8
  COPY ./requirements.txt /code/requirements.txt
 
3
 
4
  FROM python:3.9
5
 
6
+ RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
7
+
8
  WORKDIR /code
9
 
10
  COPY ./requirements.txt /code/requirements.txt