From: Vincent Vanwaelscappel Date: Tue, 29 Jul 2025 12:44:59 +0000 (+0200) Subject: wip #7556 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f9c37385432aec3da294113f4f2c5398958b5ef2;p=fluidbook_processfarm.git wip #7556 @0.5 --- 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