update
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
FROM nousresearch/hermes-agent:v2026.4.16
|
||||||
|
|
||||||
|
USER root
|
||||||
|
|
||||||
|
RUN apt-get update && \
|
||||||
|
apt-get install -y --no-install-recommends openssh-client && \
|
||||||
|
rm -rf /var/lib/apt/lists/*
|
||||||
@@ -1,6 +1,9 @@
|
|||||||
services:
|
services:
|
||||||
hermes-gateway:
|
hermes-gateway:
|
||||||
image: nousresearch/hermes-agent:v2026.4.16
|
image: hermes-agent-local:v2026.4.16-ssh
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
container_name: hermes-gateway
|
container_name: hermes-gateway
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
init: true
|
init: true
|
||||||
@@ -37,7 +40,10 @@ services:
|
|||||||
start_period: 60s
|
start_period: 60s
|
||||||
|
|
||||||
hermes-dashboard:
|
hermes-dashboard:
|
||||||
image: nousresearch/hermes-agent:v2026.4.16
|
image: hermes-agent-local:v2026.4.16-ssh
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
container_name: hermes-dashboard
|
container_name: hermes-dashboard
|
||||||
profiles:
|
profiles:
|
||||||
- dashboard
|
- dashboard
|
||||||
|
|||||||
Reference in New Issue
Block a user