Skip to content

Commit 595f3a4

Browse files
committed
Revert "[Docker] Hight priority to install packeges using Python 3.x"
This reverts commit 92e476b.
1 parent 92e476b commit 595f3a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/parsr-base/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
1616

1717
RUN apt-get update && \
1818
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 && \
19-
pip3 install ghostscript PyPDF2 camelot-py[cv] numpy pillow && \
20-
pip install ghostscript PyPDF2 camelot-py[cv] numpy pillow
19+
pip install ghostscript PyPDF2 camelot-py[cv]==0.7.2 numpy pillow && \
20+
pip3 install ghostscript PyPDF2 camelot-py[cv]==0.7.2 numpy pillow
2121

2222
WORKDIR /opt/app-root/src
2323
RUN chown 1001:0 /opt/app-root/src

0 commit comments

Comments
 (0)