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

This commit is contained in:
Gerber, Mike 2020-02-07 12:21:04 +01:00
parent 98dd7d2e67
commit e860549109

View file

@ -74,7 +74,8 @@ COPY data/textline_detection /var/lib/textline_detection
COPY requirements.txt /tmp 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 my_ocrd_workflow /usr/bin
COPY xsd/* /usr/share/xml/ COPY xsd/* /usr/share/xml/