fix: base path and hold package

This commit is contained in:
2024-09-10 14:09:54 -07:00
parent 227c721385
commit 2eddbb0557
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ useradd --create-home -G sudo,video --shell /bin/bash rocm
EOF
USER rocm
WORKDIR /home/rocm
ENV PATH="${PATH}:/opt/rocm/bin"
ENV PATH="${PATH}:/opt/rocm/bin:/home/rocm/.local/bin"
# Default to login shell
CMD [ "bash", "-l" ]