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

index b66f09b93939da71c0f821c2681909ea0213e25d..9b7af68dd91d023975e32a64a8101a901cf97ff7 100644 (file)
@@ -12,7 +12,6 @@ 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