From ba8634b7702872ddca6d68a662e0436e7a9629bb Mon Sep 17 00:00:00 2001 From: Thierry Pouplier Date: Thu, 30 Apr 2026 15:11:46 +0000 Subject: [PATCH] feat(hermes): build from local Dockerfile with voice support - Change hermes service from image: to build: - Enables custom image with libportaudio2 and voice Python packages --- ai/compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ai/compose.yml b/ai/compose.yml index aad915e..8d01b17 100644 --- a/ai/compose.yml +++ b/ai/compose.yml @@ -26,7 +26,9 @@ services: - "traefik.http.routers.webui-https.tls.certresolver=njalla" hermes: - image: nousresearch/hermes-agent:latest + build: + context: ./hermes + dockerfile: Dockerfile container_name: hermes restart: always # Gateway run enables the internal API server on port 8642