Spaces:
Running
Running
dinhquangson
commited on
Update Dockerfile
Browse files- 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
|