From: Vincent Vanwaelscappel Date: Wed, 2 Jul 2025 11:16:15 +0000 (+0200) Subject: wip #7556 @4 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=1249b160fe9eba3b8f81a4bf455b91146a656056;p=fluidbook_processfarm.git wip #7556 @4 --- diff --git a/Dockerfile b/Dockerfile index f098472..b02deee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,9 +9,7 @@ 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 python3 python3-pip - -RUN pip3 install docling accelerate + less nano wget bash lynx rsync COPY --from=composer:2 /usr/bin/composer /usr/bin/composer COPY --chmod=755 startup /usr/bin/startup