dinhquangson commited on
Commit
1b313cd
·
verified ·
1 Parent(s): 5db7251

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -10,6 +10,9 @@ COPY ./requirements.txt /code/requirements.txt
10
  RUN apt-get update && apt-get install -y poppler-utils
11
  RUN apt-get install libleptonica-dev tesseract-ocr libtesseract-dev python3-pil tesseract-ocr-eng tesseract-ocr-script-latn -y
12
  RUN apt-get install tesseract-ocr-vie -y
 
 
 
13
 
14
  # Install requirements.txt
15
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
 
10
  RUN apt-get update && apt-get install -y poppler-utils
11
  RUN apt-get install libleptonica-dev tesseract-ocr libtesseract-dev python3-pil tesseract-ocr-eng tesseract-ocr-script-latn -y
12
  RUN apt-get install tesseract-ocr-vie -y
13
+ RUN apt-get install -y python3-opencv
14
+ RUN apt-get install -y libgl1
15
+ RUN apt-get install -y ffmpeg libsm6 libxext6 libgl1-mesa-glx -y
16
 
17
  # Install requirements.txt
18
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt