From b55ee9e6f01573a1d4d644406cf3efd4fac04555 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 29 Jul 2025 14:46:33 +0200 Subject: [PATCH] #7556 --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b66f09b..9b7af68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 -- 2.39.5