mirror of
https://github.com/ROCm/ROCm-docker.git
synced 2026-05-05 07:36:12 +02:00
adding render group with gid 109 to make sure rocminfo runs even with non-root-user
This commit is contained in:
parent
6bbb2e94fb
commit
93dec7aad4
@ -23,3 +23,4 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
|
||||
build-essential && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
RUN groupadd -g 109 render
|
||||
|
||||
@ -25,3 +25,4 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
|
||||
build-essential && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
RUN groupadd -g 109 render
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user