Skip to content

Commit

Permalink
Revert "[Docker] Hight priority to install packeges using Python 3.x"
Browse files Browse the repository at this point in the history
This reverts commit 92e476b.
  • Loading branch information
jvalls-axa committed Jun 2, 2020
1 parent 92e476b commit 595f3a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/parsr-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key

RUN apt-get update && \
apt-get install -y imagemagick mupdf mupdf-tools qpdf pandoc tesseract-ocr-all nodejs npm python-pdfminer python-pip python3-pip python-tk python3-pdfminer python3-opencv && \
pip3 install ghostscript PyPDF2 camelot-py[cv] numpy pillow && \
pip install ghostscript PyPDF2 camelot-py[cv] numpy pillow
pip install ghostscript PyPDF2 camelot-py[cv]==0.7.2 numpy pillow && \
pip3 install ghostscript PyPDF2 camelot-py[cv]==0.7.2 numpy pillow

WORKDIR /opt/app-root/src
RUN chown 1001:0 /opt/app-root/src
Expand Down

0 comments on commit 595f3a4

Please sign in to comment.