Add llama.cpp monitor dropshell template with GPU dashboard
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 9s

This commit is contained in:
2026-03-15 13:11:53 +13:00
parent 23ec097b39
commit 1a6f71dbdc
10 changed files with 578 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# DO NOT EDIT THIS FILE FOR YOUR SERVICE!
# This file is replaced from the template whenever there is an update.
# Edit the service.env file to make changes.
# Template to use - always required!
TEMPLATE=llamacpp-monitor
REQUIRES_HOST_ROOT=false
REQUIRES_DOCKER=true
REQUIRES_DOCKER_ROOT=true
# Container settings
CONTAINER_NAME="llamacpp-monitor"
# Image settings
IMAGE_REGISTRY="docker.io"
IMAGE_REPO="python"
IMAGE_TAG="3.12-slim"