Update Dockerfile to use server-cuda image for improved performance

This commit is contained in:
2025-09-28 19:08:18 +02:00
parent 291ec7995f
commit bb0176b7f5

View File

@@ -1,4 +1,4 @@
FROM ghcr.io/ggml-org/llama.cpp:server FROM ghcr.io/ggml-org/llama.cpp:server-cuda
# Install curl for downloading llamactl # Install curl for downloading llamactl
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*