Skip to content

Commit

Permalink
Merge pull request #366 from enriquebelarte/amd-rocm-smi
Browse files Browse the repository at this point in the history
Install rocm-smi package
  • Loading branch information
kwozyman authored Apr 29, 2024
2 parents 6b218d8 + d997b07 commit d73db8d
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 d73db8d

Please sign in to comment.