Skip to content

Commit

Permalink
Install rocm-smi package
Browse files Browse the repository at this point in the history
Adds the rocm-smi package to get info about amdgpu.

Signed-off-by: Enrique Belarte Luque <[email protected]>
  • Loading branch information
enriquebelarte committed Apr 29, 2024
1 parent 5c705b2 commit d997b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion training/amd/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN source /etc/os-release \
&& crb enable ;\
fi

RUN dnf install -y rocm && dnf clean all
RUN dnf install -y rocm-smi && dnf clean all

ARG INSTRUCTLAB_IMAGE="quay.io/ai-lab/instructlab-amd:latest"

Expand Down

0 comments on commit d997b07

Please sign in to comment.