.github/workflows,docker/unified: add cuda based unified container (#597)

Add Docker build scripts for a unified cuda docker container with llama-server, stable-diffusion.cpp, whisper.cpp.
This commit is contained in:
Benson Wong
2026-03-22 21:11:54 +09:00
committed by GitHub
parent a3725e7d09
commit 916d13f5bd
10 changed files with 924 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
# Unified Docker Container
These scripts create a custom llama-swap container that contains:
- llama-server for LLMs, rerank and embedding model support
- sd-server (stable-diffusion.cpp) for image generation
- whisper.cpp for ASR