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 c57535d commit a99b0e6Copy full SHA for a99b0e6
Dockerfile
@@ -118,7 +118,7 @@ RUN groupadd -g 1000 -r app \
118
119
# Download the ftm-typepredict model
120
RUN mkdir /models/ && \
121
- curl -o "/models/model_type_prediction.ftz" "https://public.data.occrp.org/develop/models/types/type-08012020-7a69d1b.ftz"
+ 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 pip3 install --no-cache-dir --no-binary "tesserocr" --no-binary "Pillow" -r /tmp/requirements.txt
0 commit comments