diff --git a/base.dockerfile b/base.dockerfile index 419e9b7..ca9812f 100644 --- a/base.dockerfile +++ b/base.dockerfile @@ -61,7 +61,7 @@ EOF # Create non-root user RUN < /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