From 30f7e1b2469121361eb94c886978aef0ad60631b Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 6 Feb 2020 14:01:36 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20Docker:=20Run=20pip3=20check=20f?= =?UTF-8?q?or=20good=20measure?= 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 d04c790..6d63150 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,8 @@ COPY README.md . COPY ocrd_calamari ocrd_calamari RUN pip3 install --upgrade pip && \ - pip3 install . + pip3 install . && \ + pip3 check ENTRYPOINT ["/usr/local/bin/ocrd-calamari-recognize"]