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

index 9b7af68dd91d023975e32a64a8101a901cf97ff7..b66f09b93939da71c0f821c2681909ea0213e25d 100644 (file)
@@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends gnupg \
         less nano wget bash lynx rsync python3 python3-pip python-is-python3
 
 RUN pip3 install docling accelerate
+RUN pip3 install easyocr
 
 COPY --from=composer:2 /usr/bin/composer /usr/bin/composer
 COPY --chmod=755 startup /usr/bin/startup