require core v3.13.2 for ONNX base image

This commit is contained in:
kba 2026-07-20 19:57:56 +02:00
parent c94ff96057
commit 17028a2193

View file

@ -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