diff --git a/dockerfiles/rocm5.5_ubuntu22.04.dockerfile b/dockerfiles/rocm5.5_ubuntu22.04.dockerfile index cfc92af..ecb2212 100644 --- a/dockerfiles/rocm5.5_ubuntu22.04.dockerfile +++ b/dockerfiles/rocm5.5_ubuntu22.04.dockerfile @@ -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 \