From 1cba0096180ea578e61b07d91a131e7c8c01d149 Mon Sep 17 00:00:00 2001 From: Shang Chieh Tseng Date: Fri, 11 Apr 2025 22:24:40 +0800 Subject: [PATCH] Fix the rockylinux version --- ollama37/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ollama37/Dockerfile b/ollama37/Dockerfile index c7c7769..719ffc9 100644 --- a/ollama37/Dockerfile +++ b/ollama37/Dockerfile @@ -10,7 +10,7 @@ RUN cd /usr/local/src \ && go build -o ollama . # ===== Stage 2: Runtime image ===== -FROM rockylinux/rockylinux:9 +FROM rockylinux/rockylinux:8 # Copy only the built binary and any needed assets from the builder stage COPY --from=builder /usr/local/src/ollama37 /usr/local/src/ollama37