]> _ Git - fluidbook_processfarm.git/commitdiff
#7894
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 14 Jan 2026 18:30:06 +0000 (19:30 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 14 Jan 2026 18:30:06 +0000 (19:30 +0100)
Dockerfile

index b407771407a7443d76c55f272227890e80e26bc8..80c4e444b143135830f263eddf9b9e0831c6f408 100644 (file)
@@ -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