We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e476b commit 595f3a4Copy full SHA for 595f3a4
docker/parsr-base/Dockerfile
@@ -16,8 +16,8 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
16
17
RUN apt-get update && \
18
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
+ pip install ghostscript PyPDF2 camelot-py[cv]==0.7.2 numpy pillow && \
+ pip3 install ghostscript PyPDF2 camelot-py[cv]==0.7.2 numpy pillow
21
22
WORKDIR /opt/app-root/src
23
RUN chown 1001:0 /opt/app-root/src
0 commit comments