From: Vincent Vanwaelscappel Date: Tue, 4 Nov 2025 17:54:09 +0000 (+0100) Subject: wip #7772 @4 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d5bfc00ac2c2b3fb698033519b149595136f9dc5;p=fluidbook_processfarm.git wip #7772 @4 --- diff --git a/Dockerfile b/Dockerfile index a8bcfbb..c26bdd6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends gnupg \ RUN pip3 install docling RUN pip3 install accelerate +RUN pip3 install rapidocr COPY --from=composer:2 /usr/bin/composer /usr/bin/composer COPY --chmod=755 startup /usr/bin/startup