Update URL

This commit is contained in:
Nicolas Mowen 2025-05-16 06:55:20 -06:00
parent 00b18ce33c
commit b1e19dde3c

View File

@ -15,7 +15,7 @@ ARG AMDGPU
RUN apt update && \ RUN apt update && \
apt install -y wget gpg && \ apt install -y wget gpg && \
wget -O rocm.deb https://repo.radeon.com/amdgpu-install/$ROCM/ubuntu/jammy/amdgpu-install_6.3.60303-1_all.deb && \ wget -O rocm.deb https://repo.radeon.com/amdgpu-install/6.4/ubuntu/jammy/amdgpu-install_6.4.60400-1_all.deb && \
apt install -y ./rocm.deb && \ apt install -y ./rocm.deb && \
apt update && \ apt update && \
apt install -y rocm apt install -y rocm