From: Vincent Vanwaelscappel Date: Tue, 1 Jul 2025 12:25:00 +0000 (+0200) Subject: wip #7556 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=4810b61d9d94afe14f8eda236eca8e3d868104e2;p=fluidbook_processfarm.git wip #7556 --- diff --git a/Dockerfile b/Dockerfile index a2e5c0d..f098472 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends gnupg \ && apt-get -y --no-install-recommends install x11-common pdftk poppler-utils ghostscript netpbm sshfs mupdf-tools php8.4-cli php8.4-fpm php8.4-curl php8.4-exif php8.4-xml php8.4-gd php8.4-ssh php8.4-zip libjpeg-turbo-progs zip unzip \ less nano wget bash lynx rsync python3 python3-pip -RUN pip3 install docling accelerate --break-system-packages +RUN pip3 install docling accelerate COPY --from=composer:2 /usr/bin/composer /usr/bin/composer COPY --chmod=755 startup /usr/bin/startup