]> _ Git - fluidbook_processfarm.git/commitdiff
wip #7772 @1
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 20 Oct 2025 17:18:16 +0000 (19:18 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 20 Oct 2025 17:18:16 +0000 (19:18 +0200)
Dockerfile

index b8c6ab8c5ed08392b86f1d80f2b01e03c84d2c97..a8bcfbbdf10a898ba18ec894dce5871dc2b91dc8 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 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