mirror of
https://github.com/domfelipe/hermes-agent-custom.git
synced 2026-08-07 14:36:42 +00:00
fix: keep Hermes home aligned in runtime image
This commit is contained in:
parent
697825c505
commit
30e31cd200
3 changed files with 25 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue