mirror of
https://github.com/qurator-spk/eynollah.git
synced 2026-07-11 22:29:29 +02:00
Docker: fixup cuDNN installation after OCR extra
This commit is contained in:
parent
5354583913
commit
98e28ca9f4
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ RUN ocrd ocrd-tool ocrd-tool.json dump-module-dirs > $(dirname $(ocrd bashlib fi
|
||||||
# install everything and reduce image size
|
# install everything and reduce image size
|
||||||
RUN make install EXTRAS=OCR && rm -rf /build/eynollah
|
RUN make install EXTRAS=OCR && rm -rf /build/eynollah
|
||||||
# fixup for broken cuDNN installation (Torch may pull in version which is incompatible with Tensorflow)
|
# 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
|
# smoke test
|
||||||
RUN eynollah --help
|
RUN eynollah --help
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue