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 16f99f8 commit ede07a7Copy full SHA for ede07a7
Dockerfile
@@ -126,7 +126,7 @@ RUN mkdir /models/ && \
126
COPY requirements.txt /tmp/
127
RUN pip3 install --no-cache-dir --prefer-binary --upgrade pip
128
RUN pip3 install --no-cache-dir --prefer-binary --upgrade setuptools wheel
129
-RUN pip3 install --no-cache-dir --prefer-binary -r /tmp/requirements.txt
+RUN pip3 install --no-cache-dir --no-binary "tesserocr" -r /tmp/requirements.txt
130
131
# Install spaCy models
132
RUN python3 -m spacy download en_core_web_sm \
0 commit comments