Ubuntu 26.04 ships nvtop 3.0.2 via apt, which predates the gfx1151 sysfs detection improvements that landed in 3.2.x. Symptom: nvtop runs but the iGPU doesn't appear. Drop nvtop from the apt package list, add a from-source build step that pulls a pinned NVTOP_VERSION, builds with -DAMDGPU_SUPPORT=ON, and installs to /usr/local/bin (which wins over /usr/bin in PATH). Idempotent: only rebuilds when the installed version doesn't match. Run `sudo nvtop` to see container processes — non-root users only see their own /proc/<pid>/fdinfo entries. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
pyinfra
One folder per station. Each subfolder is a self-contained pyinfra
deploy: inventory.py, deploy.py, run.sh, plus any compose files
or assets that ship to the host.
| Station | Host | Notes |
|---|---|---|
framework/ |
10.0.0.237 |
Framework Desktop (Strix Halo, 128 GB) — local LLM box |
To bring up a station, cd into its folder and run ./run.sh. See the
station's own README for prerequisites.