From: Vincent Vanwaelscappel Date: Wed, 14 Jan 2026 18:30:06 +0000 (+0100) Subject: #7894 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=31bd4dc0dc287da185c55a4eb0acbc0110395692;p=fluidbook_processfarm.git #7894 --- diff --git a/Dockerfile b/Dockerfile index b407771..80c4e44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get install -y --no-install-recommends x11-common pdftk poppler-utils gh RUN apt-get install -y --no-install-recommends 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 RUN apt-get install -y --no-install-recommends less nano wget bash lynx rsync python3 python3-pip python-is-python3 ffmpeg libsm6 libxext6 -RUN pip3 install docling accelerate rapidocr +RUN pip3 install docling accelerate rapidocr easyocr COPY --from=composer:2 /usr/bin/composer /usr/bin/composer COPY --chmod=755 startup /usr/bin/startup