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 a99b0e6 commit f76bcd4Copy full SHA for f76bcd4
Dockerfile
@@ -121,6 +121,7 @@ RUN mkdir /models/ && \
121
curl --keepalive-time 2 -o "/models/model_type_prediction.ftz" "https://public.data.occrp.org/develop/models/types/type-08012020-7a69d1b.ftz"
122
123
COPY requirements.txt /tmp/
124
+RUN pip install --upgrade pip
125
RUN pip3 install --no-cache-dir --no-binary "tesserocr" --no-binary "Pillow" -r /tmp/requirements.txt
126
127
# Install spaCy models
0 commit comments