Initial commit: Miku Discord Bot
This commit is contained in:
13
Dockerfile.llamaswap
Normal file
13
Dockerfile.llamaswap
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM ghcr.io/mostlygeek/llama-swap:cuda
|
||||
|
||||
USER root
|
||||
|
||||
# Download and install llama-server binary (CUDA version)
|
||||
# Using the official pre-built binary from llama.cpp releases
|
||||
ADD --chmod=755 https://github.com/ggml-org/llama.cpp/releases/download/b4183/llama-server-cuda /usr/local/bin/llama-server
|
||||
|
||||
# Verify it's executable
|
||||
RUN llama-server --version || echo "llama-server installed successfully"
|
||||
|
||||
USER 1000:1000
|
||||
|
||||
Reference in New Issue
Block a user