mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-01 01:51:44 +00:00
Merge pull request #17305 from NousResearch/feat/docker-run-as-host-user
feat(docker): run container as host user to avoid root-owned bind mounts
This commit is contained in:
commit
58a6171bfb
10 changed files with 412 additions and 15 deletions
|
|
@ -488,6 +488,7 @@ def _get_or_create_env(task_id: str):
|
|||
"container_disk": config.get("container_disk", 51200),
|
||||
"container_persistent": config.get("container_persistent", True),
|
||||
"docker_volumes": config.get("docker_volumes", []),
|
||||
"docker_run_as_host_user": config.get("docker_run_as_host_user", False),
|
||||
}
|
||||
|
||||
ssh_config = None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue