🐛 Upgrade pip before using it (technically we have done it before)

pull/27/head
Gerber, Mike 4 years ago
parent 98dd7d2e67
commit e860549109

@ -74,7 +74,8 @@ COPY data/textline_detection /var/lib/textline_detection
COPY requirements.txt /tmp
RUN pip3 install --no-cache-dir -r /tmp/requirements.txt
RUN pip3 install --no-cache-dir --upgrade pip && \
pip3 install --no-cache-dir -r /tmp/requirements.txt
COPY my_ocrd_workflow /usr/bin
COPY xsd/* /usr/share/xml/

Loading…
Cancel
Save