mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-05 16:44:22 +00:00
Update Dockerfile to use server-cuda image for improved performance
This commit is contained in:
@@ -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/*
|
||||||
|
|||||||
Reference in New Issue
Block a user