From 934814c03c173d8dc5dbf4c3e941f6789174bbf5 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Mon, 10 Feb 2020 14:39:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20Docker:=20Comment=20installing?= =?UTF-8?q?=20requirements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 7a6f0d8..8e138c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -72,6 +72,7 @@ COPY data/textline_detection /var/lib/textline_detection RUN tesseract --list-langs +# Install requirements COPY requirements.txt /tmp/ RUN pip3 install --no-cache-dir --upgrade pip && \ pip3 install --no-cache-dir -r /tmp/requirements.txt && \