]> _ Git - fluidbook_processfarm.git/commitdiff
wip #7556
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 1 Jul 2025 12:25:00 +0000 (14:25 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 1 Jul 2025 12:25:00 +0000 (14:25 +0200)
Dockerfile

index a2e5c0d95e3c961232f3b6f73f90373635da8e80..f098472423cd3253b0c37a59aa905bcd3cba5b89 100644 (file)
@@ -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