Commit Graph

3 Commits

Author SHA1 Message Date
bb64234223 fix: keep root user in Dockerfile (match upstream image) 2026-04-30 15:14:35 +00:00
9fbfc1dc51 feat(hermes): add Dockerfile for voice support with GPU STT
- Extend upstream hermes-agent image
- Add libportaudio2 for audio capture
- Install sounddevice, numpy, faster-whisper via uv
- Add health check for voice dependencies
- Include Dockerfile.full for future complete rebuild from source
2026-04-30 15:12:03 +00:00
7e3afe6630 feat(hermes): add voice support with GPU-accelerated STT
- Dockerfile: add libportaudio2 system library for audio capture
- Dockerfile: install sounddevice, numpy, faster-whisper for local STT
- compose.yml: add ROCm environment variables for AMD GPU support

Enables local faster-whisper STT with GPU acceleration via ROCm.
2026-04-30 15:10:10 +00:00