Thierry Pouplier 3f80744ebd fix: install piper-tts as root (venv is root-owned in base image)
The nousresearch/hermes-agent:latest image creates its venv
as root. Running 'uv pip install' as USER hermes fails with
Permission denied on the site-packages directory.

Fix: keep USER root while modifying the venv, then switch
back to USER hermes for runtime.
2026-05-09 17:47:30 +00:00
2025-08-08 15:08:10 -04:00
Description
No description provided
1,019 KiB
Languages
Dockerfile 91.5%
Makefile 8.5%