From: Vincent Vanwaelscappel Date: Wed, 6 Aug 2025 17:19:27 +0000 (+0200) Subject: wip #7684 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=bf39e86d85634f40b7492d6d5f1b64b887e1f0a0;p=fluidbook_processfarm.git wip #7684 --- diff --git a/Dockerfile b/Dockerfile index 58195e8..880f1ac 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 python-is-python3 -RUN pip3 install docling accelerate +RUN pip3 install docling accelerate --break-system-packages COPY --from=composer:2 /usr/bin/composer /usr/bin/composer COPY --chmod=755 startup /usr/bin/startup