Skip to content

Commit

Permalink
Added extra param when installing amdgpu driver
Browse files Browse the repository at this point in the history
  • Loading branch information
chirvo committed May 12, 2023
1 parent 64e492f commit d619fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/rocm5.5_ubuntu22.04.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN wget https://apt.kitware.com/keys/kitware-archive-latest.asc \
&& apt-add-repository "deb https://apt.kitware.com/ubuntu/ jammy main"
RUN wget https://repo.radeon.com/amdgpu-install/5.5/ubuntu/jammy/amdgpu-install_5.5.50500-1_all.deb \
&& apt install -y ./amdgpu-install_5.5.50500-1_all.deb \
&& amdgpu-install -y --no-dkms --usecase=rocm \
&& amdgpu-install -y --no-dkms --usecase=rocm --no-32 \
&& rm ./amdgpu-install_5.5.50500-1_all.deb
RUN apt update && apt -y dist-upgrade && apt install -y \
ccache cmake dumb-init ffmpeg git hipcub-dev hipfft-dev hip-rocclr hipsparse-dev jq \
Expand Down

0 comments on commit d619fe2

Please sign in to comment.