fix: group error

This commit is contained in:
2024-09-13 10:18:16 -07:00
parent 0abbf5d2e5
commit 6964167203
+1 -1
View File
@@ -61,7 +61,7 @@ EOF
# Create non-root user
RUN <<EOF
echo "%sudo ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/sudo-nopasswd
useradd --create-home -G sudo,video,render --shell /bin/bash rocm
useradd --create-home -G sudo,video --shell /bin/bash rocm
EOF
USER rocm
WORKDIR /home/rocm