From 01ff82fdd3a71d4d3e75766478895b05aaecdd0b Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 1 Jul 2025 14:23:12 +0200 Subject: [PATCH] wip #7556 @4 --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5