12777914ab
Main Release / hadolint (push) Successful in 7s
Main Release / build (push) Successful in 2m34s
Main Release / tag (push) Successful in 9s
Tag Release / hadolint (push) Successful in 12s
Tag Release / build (push) Successful in 2m53s
Tag Release / build-push (push) Successful in 3m29s
30 lines
660 B
Markdown
30 lines
660 B
Markdown
# hermes-agent-webui
|
|
|
|
Container image for [Hermes WebUI](https://github.com/nesquena/hermes-webui) with a bundled [Hermes Agent](https://github.com/NousResearch/hermes-agent) runtime.
|
|
|
|
## Image
|
|
|
|
`jcabillot/hermes-agent-webui` — [Docker Hub](https://hub.docker.com/r/jcabillot/hermes-agent-webui)
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
docker pull jcabillot/hermes-agent-webui
|
|
docker run -p 8787:8787 jcabillot/hermes-agent-webui
|
|
```
|
|
|
|
Open http://localhost:8787
|
|
|
|
## Build locally
|
|
|
|
```bash
|
|
docker build -t jcabillot/hermes-agent-webui .
|
|
```
|
|
|
|
## Tags
|
|
|
|
| Tag | Description |
|
|
|-----|-------------|
|
|
| `latest` | Latest stable build from `main` |
|
|
| `sha-<commit>` | Per-commit build |
|