fix: keep Hermes home aligned in runtime image (#6)

This commit is contained in:
Felipe Domingues 2026-05-30 18:47:27 -03:00 committed by GitHub
parent 697825c505
commit 135b99c74b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 25 additions and 0 deletions

View file

@ -41,6 +41,7 @@ RUN chmod +x /opt/hermes-custom/entrypoint.sh
# Garante que o Python encontre o módulo customizado
ENV PYTHONPATH=/opt/hermes-custom:/opt/hermes
ENV HERMES_HOME=/opt/data/.hermes
ENV HERMES_MODEL_PROVIDER=ollama-cloud
ENV HERMES_MODEL_DEFAULT=gemma4:31b-cloud
ENV HERMES_STT_PROVIDER=local