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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -5,6 +5,8 @@ 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
 
5
 
6
  RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
7
 
8
+ RUN apt-get update && apt-get install -y python3-opencv
9
+
10
  WORKDIR /code
11
 
12
  COPY ./requirements.txt /code/requirements.txt