From 0b8d8a7330db130595360c136d78ea64799b9ad2 Mon Sep 17 00:00:00 2001 From: kba Date: Wed, 29 Apr 2026 17:20:36 +0200 Subject: [PATCH] docker: core to 3.12.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8b7bc8f..d2a5026 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PYTHON ?= python3 PIP ?= pip3 EXTRAS ?= -DOCKER_BASE_IMAGE ?= docker.io/ocrd/core-cuda-tf2:3.12.2 +DOCKER_BASE_IMAGE ?= docker.io/ocrd/core-cuda-tf2:3.12.3 DOCKER_TAG ?= ocrd/eynollah DOCKER ?= docker WGET = wget -O