From 17028a2193ad03b20f60ebb03cee3aafc61e9a79 Mon Sep 17 00:00:00 2001 From: kba Date: Mon, 20 Jul 2026 19:57:56 +0200 Subject: [PATCH] require core v3.13.2 for ONNX base image --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2734672..25e0921 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ PYTHON ?= python3 PIP ?= pip3 EXTRAS ?= -DOCKER_BASE_IMAGE ?= docker.io/ocrd/core-cuda-onnx:v3.13.1 +DOCKER_BASE_IMAGE ?= docker.io/ocrd/core-cuda-onnx:v3.13.2 DOCKER_TAG ?= ocrd/eynollah DOCKER ?= docker WGET = wget -O