[Docker / ROCm setup] Allow to customize the render GID to match the one on the host #515
No reviewers
Labels
No labels
area:chat
area:core
area:llm
area:routes
area:tools
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
refactor
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sleepy/odysseus!515
Loading…
Reference in a new issue
No description provided.
Delete branch "feature_rocm_docker"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
This PR addresses an issue encountered when running the gpu.amd.yml Docker Compose overlay on systems where the render group name is not resolved within the container or has a non-standard GID.
This issue exists as well here #503
Problem
When attempting to run
docker compose up --build -d, the startup failed with the following error:This happens because the render group is not present inside the container's /etc/group file, or the host's system configuration cannot be natively mapped to the container's environment.
Solution
How to test
getent group render | cut -d: -f3Run your compose command as usual:
docker compose up --build -d