dinhquangson commited on
Commit
82be9ed
1 Parent(s): 9bea528

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ WORKDIR /code
8
  COPY ./requirements.txt /code/requirements.txt
9
 
10
  RUN apt-get update && apt-get install -y poppler-utils
11
- RUN apt-get install libleptonica-dev tesseract-ocr tesseract-ocr-dev 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
 
8
  COPY ./requirements.txt /code/requirements.txt
9
 
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