mirror of
https://github.com/domfelipe/hermes-agent-custom.git
synced 2026-08-07 13:16:40 +00:00
Update Dockerfile
This commit is contained in:
parent
27df58ca0e
commit
ff276f8d23
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ RUN chmod +x /opt/hermes-custom/entrypoint.sh
|
||||||
# Garante que o Python encontra os módulos do Hermes
|
# Garante que o Python encontra os módulos do Hermes
|
||||||
ENV PYTHONPATH=/opt/hermes:/opt/hermes-custom
|
ENV PYTHONPATH=/opt/hermes:/opt/hermes-custom
|
||||||
|
|
||||||
# Config + SOUL default (embutidos na imagem)
|
# Config + SOUL default embutidos na imagem
|
||||||
RUN mkdir -p /opt/data/.hermes && \
|
RUN mkdir -p /opt/data/.hermes && \
|
||||||
printf 'model:\n provider: ollama-cloud\n default: gemma4:31b-cloud\n' > /opt/data/.hermes/config.yaml && \
|
printf 'model:\n provider: ollama-cloud\n default: gemma4:31b-cloud\n' > /opt/data/.hermes/config.yaml && \
|
||||||
printf 'Você é Mika, uma assistente pessoal de IA criada pela DomCo.' > /opt/data/.hermes/SOUL.md
|
printf 'Você é Mika, uma assistente pessoal de IA criada pela DomCo.' > /opt/data/.hermes/SOUL.md
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue