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:
|
||||
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
|
||||
restart: unless-stopped
|
||||
init: true
|
||||
@@ -37,7 +40,10 @@ services:
|
||||
start_period: 60s
|
||||
|
||||
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
|
||||
profiles:
|
||||
- dashboard
|
||||
|
||||
Reference in New Issue
Block a user