From 98e28ca9f43d73fc8b1423ea5095ecd34c2accd8 Mon Sep 17 00:00:00 2001 From: Robert Sachunsky Date: Wed, 8 Jul 2026 03:05:07 +0200 Subject: [PATCH] Docker: fixup cuDNN installation after OCR extra --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f267b85..d0b41a5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ RUN ocrd ocrd-tool ocrd-tool.json dump-module-dirs > $(dirname $(ocrd bashlib fi # install everything and reduce image size RUN make install EXTRAS=OCR && rm -rf /build/eynollah # fixup for broken cuDNN installation (Torch may pull in version which is incompatible with Tensorflow) -# but most recent Torch versions pull cu13 variants, which are not conflicting here +RUN pip install "nvidia-cudnn-cu12<9.10.2.21" # smoke test RUN eynollah --help