From 31bd4dc0dc287da185c55a4eb0acbc0110395692 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 14 Jan 2026 19:30:06 +0100 Subject: [PATCH] #7894 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5