Bug Description
HERMES_UID and HERMES_GID are not used by Docker.
Steps to Reproduce
- docker run -e HERMES_UID=1000 nousresearch/hermes-agent
Expected Behavior
The hermes user would have changed to 1000
Actual Behavior
The hermes user is still 10000
Affected Component
Other
Messaging Platform (if gateway-related)
No response
Debug Report
Operating System
Ubuntu 24.04 w/ Docker
Python Version
No response
Hermes Version
Docker built from source
Additional Logs / Traceback (optional)
Root Cause Analysis (optional)
Apparently, this happened yesterday in a828daa
The original working solution was from fee0e0d
Proposed Fix (optional)
Re-add USER root before start of entrypoint.sh
Already submitted a PR
#12623
Are you willing to submit a PR for this?
Bug Description
HERMES_UIDandHERMES_GIDare not used by Docker.Steps to Reproduce
Expected Behavior
The
hermesuser would have changed to 1000Actual Behavior
The
hermesuser is still 10000Affected Component
Other
Messaging Platform (if gateway-related)
No response
Debug Report
Operating System
Ubuntu 24.04 w/ Docker
Python Version
No response
Hermes Version
Docker built from source
Additional Logs / Traceback (optional)
Root Cause Analysis (optional)
Apparently, this happened yesterday in a828daa
The original working solution was from fee0e0d
Proposed Fix (optional)
Re-add
USER rootbefore start ofentrypoint.shAlready submitted a PR
#12623
Are you willing to submit a PR for this?