mirror of
https://github.com/open-webui/llama-cpp-runner.git
synced 2026-08-26 17:36:59 -04:00
[PR #2] [MERGED] Docker Deployment #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/llama-cpp-runner/pull/2
Author: @pkeffect
Created: 4/18/2025
Status: ✅ Merged
Merged: 4/18/2025
Merged by: @tjbck
Base:
main← Head:main📝 Commits (2)
f7ecd27New Deploymentfd8f43arefactor and update📊 Changes
5 files changed (+237 additions, -3 deletions)
View changed files
📝
.gitignore(+4 -3)➕
Dockerfile(+117 -0)📝
README.md(+14 -0)➕
compose.yaml(+23 -0)➕
proxy_server.py(+79 -0)📄 Description
Adds a few files needed to wrap this up and run properly in Docker
Tested on Windows 11, WSL2 Ubuntu 24.20
compose.yaml uses locally mounted directories (remove . from them to switch to default Docker Volumes)
Changelog
v0.0.2 (April 18, 2025)
Optimized Dockerfile for smaller image size
Created proper .gitignore for model and cache directories
Fixed proxy server script issues
Added health check to Docker compose
v0.0.1 (Initial Release)
Basic llama.cpp integration
Automatic binary downloads
HTTP server on port 3636
Model caching system
Timeout handling for idle servers
To Do
GPU inference support
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.