Files
localgenai/pyinfra
noisedestroyers d856839526 Fix Kokoro bind-mount permissions
The kokoro-fastapi image runs as UID 1000 and downloads models into
/app/api/src/models on first start. Our 2775 root:docker permissions
weren't writable by that user (the container isn't in the docker
group). Symptom: PermissionError on download_model.py, container
crashloops.

Chown the host dir to 1000:1000 to match the image's user.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-08 15:19:13 -04:00
..
2026-05-08 11:35:10 -04:00
2026-05-08 11:35:10 -04:00

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.