DIVY118 commited on
Commit
30ce653
1 Parent(s): 1af107c

Update Dockerfile

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