From: Vincent Vanwaelscappel Date: Tue, 1 Jul 2025 12:23:12 +0000 (+0200) Subject: wip #7556 @4 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=01ff82fdd3a71d4d3e75766478895b05aaecdd0b;p=fluidbook_processfarm.git wip #7556 @4 --- diff --git a/Dockerfile b/Dockerfile index b02deee..a2e5c0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends gnupg \ && apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 4F4EA0AAE5267A6C \ && apt-get update \ && 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 + less nano wget bash lynx rsync python3 python3-pip + +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