- esh-pve-nvidia-host -> pve-nvidia-host: headers/dkms/build-essential step, nouveau blacklist + guarded unload (refuses if nouveau bound a device) - esh-ml1-lxc -> gpu-lxc: host vars have no defaults (elway aborts on undefined), rootfs storage/startup order parameterized, CT kept out of all-guests vzdump jobs - embed-rerank: Homepage labels take HOST_NAME/HOST_IP, defaults = esh-ml1
15 lines
549 B
YAML
15 lines
549 B
YAML
# esh-ml1 (CT 110 on esh-pve) — Beszel agent with NVIDIA GPU telemetry for the
|
|
# RTX 2000E Ada (utilization, VRAM, temperature, power). Docker-in-LXC: the
|
|
# NVIDIA container toolkit runs with no-cgroups=true (playbooks/gpu-lxc.yaml).
|
|
# No extra filesystems: the root filesystem holds everything, models included.
|
|
services:
|
|
beszel-agent:
|
|
image: henrygd/beszel-agent-nvidia:0.18.7
|
|
deploy:
|
|
resources:
|
|
reservations:
|
|
devices:
|
|
- driver: nvidia
|
|
count: all
|
|
capabilities: [utility]
|