Skip to content

Docker image missing 'dashboard' command (web UI not available in latest image) #9153

@oliverhees

Description

@oliverhees

Issue

The nousresearch/hermes-agent:latest Docker image on Docker Hub does not include the dashboard (or web) subcommand, making it impossible to run the web UI in containerized environments like Coolify.

Steps to reproduce

docker run --rm nousresearch/hermes-agent:latest dashboard --host 0.0.0.0 --port 9119 --no-open

Error:

hermes: error: argument command: invalid choice: 'dashboard' (choose from chat, model, gateway, setup, ...)

Expected behavior

The dashboard command should be available in the Docker image, allowing users to run the web UI headlessly via:

docker run -p 9119:9119 -v hermes-data:/opt/data nousresearch/hermes-agent:latest dashboard --host 0.0.0.0 --port 9119 --no-open

Context

  • The dashboard command exists in the current main branch source code (hermes_cli/main.py)
  • The Docker Hub image appears to be built from an older commit that predates this command
  • A Coolify one-click install template is being prepared (PR: feat: add Hermes Agent service template coollabsio/coolify#9528) which depends on this working

Request

Please trigger a new Docker Hub build from the current main branch so the dashboard command is available in nousresearch/hermes-agent:latest.

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2Medium — degraded but workaround existsarea/dockerDocker image, Compose, packagingcomp/cliCLI entry point, hermes_cli/, setup wizardtype/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions