mirror of
https://github.com/domfelipe/hermes-agent-custom.git
synced 2026-08-07 06:16:39 +00:00
Add Dockerfile with Ollama Cloud config for Railway deploy
This commit is contained in:
commit
b6ccfeb21f
2 changed files with 49 additions and 0 deletions
7
Dockerfile
Normal file
7
Dockerfile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
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"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue