From 8abec9ea9fe6432be0b5ac4e17653e2cae883767 Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Tue, 21 Mar 2023 19:13:12 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=BC=20Update=20minimum=20OCR-D=20versi?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile-core | 2 +- Dockerfile-core-cuda10.0 | 2 +- Dockerfile-core-cuda10.1 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile-core b/Dockerfile-core index f28c0c6..b252574 100644 --- a/Dockerfile-core +++ b/Dockerfile-core @@ -1,7 +1,7 @@ FROM ubuntu:18.04 ARG PIP_INSTALL="pip install --no-cache-dir" -ARG OCRD_VERSION_MINIMUM="2.23.3" +ARG OCRD_VERSION_MINIMUM="2.47.0" ENV LC_ALL=C.UTF-8 LANG=C.UTF-8 ENV PIP_DEFAULT_TIMEOUT=120 diff --git a/Dockerfile-core-cuda10.0 b/Dockerfile-core-cuda10.0 index f1a2d60..984f3f5 100644 --- a/Dockerfile-core-cuda10.0 +++ b/Dockerfile-core-cuda10.0 @@ -1,7 +1,7 @@ FROM nvidia/cuda:10.0-cudnn7-runtime-ubuntu18.04 ARG PIP_INSTALL="pip install --no-cache-dir" -ARG OCRD_VERSION_MINIMUM="2.23.3" +ARG OCRD_VERSION_MINIMUM="2.47.0" ENV LC_ALL=C.UTF-8 LANG=C.UTF-8 ENV PIP_DEFAULT_TIMEOUT=120 diff --git a/Dockerfile-core-cuda10.1 b/Dockerfile-core-cuda10.1 index 569a567..bcc48b7 100644 --- a/Dockerfile-core-cuda10.1 +++ b/Dockerfile-core-cuda10.1 @@ -1,7 +1,7 @@ FROM nvidia/cuda:10.1-cudnn7-runtime-ubuntu18.04 ARG PIP_INSTALL="pip install --no-cache-dir" -ARG OCRD_VERSION_MINIMUM="2.23.3" +ARG OCRD_VERSION_MINIMUM="2.47.0" ENV LC_ALL=C.UTF-8 LANG=C.UTF-8 ENV PIP_DEFAULT_TIMEOUT=120