mirror of
https://github.com/open-webui/llama-cpp-runner
synced 2025-06-26 18:16:12 +00:00
New Deployment
Added Dockerfile and compose.yaml as an option for deployment. Updated README.md
This commit is contained in:
15
compose.yaml
Normal file
15
compose.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
services:
|
||||
llama-cpp-runner:
|
||||
build: .
|
||||
container_name: owui-llama-cpp-runner
|
||||
ports:
|
||||
- "3636:3636"
|
||||
volumes:
|
||||
- ./models:/models
|
||||
- ./cache:/cache
|
||||
environment:
|
||||
- MODELS_DIR=/models
|
||||
- CACHE_DIR=/cache
|
||||
- VERBOSE=true
|
||||
- TIMEOUT_MINUTES=30
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user