From f9c37385432aec3da294113f4f2c5398958b5ef2 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 29 Jul 2025 14:44:59 +0200 Subject: [PATCH] wip #7556 @0.5 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 9b7af68..b66f09b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends gnupg \ less nano wget bash lynx rsync python3 python3-pip python-is-python3 RUN pip3 install docling accelerate +RUN pip3 install easyocr COPY --from=composer:2 /usr/bin/composer /usr/bin/composer COPY --chmod=755 startup /usr/bin/startup -- 2.39.5