From dca548db5b1abeb3f888ba712863aacb168d9b03 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 20 Oct 2025 19:18:16 +0200 Subject: [PATCH] wip #7772 @1 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b8c6ab8..a8bcfbb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ffmpeg libsm6 libxext6 RUN pip3 install docling +RUN pip3 install accelerate COPY --from=composer:2 /usr/bin/composer /usr/bin/composer COPY --chmod=755 startup /usr/bin/startup -- 2.39.5