fix: rocblas

This commit is contained in:
2024-09-13 09:25:14 -07:00
parent 5129854bb1
commit af09aa8e34
2 changed files with 2 additions and 1 deletions
+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 --shell /bin/bash rocm
useradd --create-home -G sudo,video,render --shell /bin/bash rocm
EOF
USER rocm
WORKDIR /home/rocm