feat: init
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
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
This commit is contained in:
@@ -1,3 +1,29 @@
|
||||
# hermes-agent-webui
|
||||
|
||||
Hermes Agent WebUI container image
|
||||
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 |
|
||||
|
||||
Reference in New Issue
Block a user