mirror of
https://github.com/domfelipe/hermes-agent-custom.git
synced 2026-08-07 05:56:45 +00:00
7 lines
207 B
Docker
7 lines
207 B
Docker
FROM nousresearch/hermes-agent:latest
|
|
|
|
RUN mkdir -p /opt/data/.hermes
|
|
|
|
RUN printf 'model:\n provider: ollama-cloud\n default: gemma4:31b-cloud\n' > /opt/data/.hermes/config.yaml
|
|
|
|
CMD ["hermes", "gateway"]
|