From 8939acd913aeb24ba5227419bea6af0dbdc25980 Mon Sep 17 00:00:00 2001 From: Pattrick Hueper Date: Fri, 7 Nov 2025 13:21:39 +0100 Subject: [PATCH] clean Dockefile separate all stages with new line for better overview --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6a095a182..b3ff1cba3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -196,6 +196,8 @@ ARG VULKANVERSION COPY --from=cpu dist/lib/ollama /lib/ollama COPY --from=build /bin/ollama /bin/ollama + + FROM ubuntu:25.10 RUN apt-get update \ && apt-get install -y ca-certificates libvulkan1 \