Skip to content

Commit f76bcd4

Browse files
committed
Upgrade pip
1 parent a99b0e6 commit f76bcd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ RUN mkdir /models/ && \
121121
curl --keepalive-time 2 -o "/models/model_type_prediction.ftz" "https://public.data.occrp.org/develop/models/types/type-08012020-7a69d1b.ftz"
122122

123123
COPY requirements.txt /tmp/
124+
RUN pip install --upgrade pip
124125
RUN pip3 install --no-cache-dir --no-binary "tesserocr" --no-binary "Pillow" -r /tmp/requirements.txt
125126

126127
# Install spaCy models

0 commit comments

Comments
 (0)