From e8605491095cc5d78fdee315a14162841741b882 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Fri, 7 Feb 2020 12:21:04 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Upgrade=20pip=20before=20using?= =?UTF-8?q?=20it=20(technically=20we=20have=20done=20it=20before)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d1fb97e..6825e91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/