From ae0b9b0596eda876e75778cb884d6aedc6d78aa2 Mon Sep 17 00:00:00 2001 From: ben0i0d Date: Tue, 11 Feb 2025 14:17:02 +0800 Subject: [PATCH] rocm switch to 6.3.1 --- base/rocm/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/rocm/Dockerfile b/base/rocm/Dockerfile index 72ac8e9..42bee83 100644 --- a/base/rocm/Dockerfile +++ b/base/rocm/Dockerfile @@ -1,11 +1,11 @@ FROM eoelab.org:1027/eoeair/cenv:base -ARG VERSION=6.3.2 +ARG VERSION=6.3.1 ENV PATH="${PATH}:/opt/rocm/bin" RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates wget gnupg2 && \ - wget https://repo.radeon.com/amdgpu-install/6.3.2/ubuntu/jammy/amdgpu-install_6.3.60302-1_all.deb && \ + wget https://repo.radeon.com/amdgpu-install/6.3.1/ubuntu/jammy/amdgpu-install_6.3.60302-1_all.deb && \ # add ROCm apt-get install -y ./amdgpu-install_6.3.60302-1_all.deb && rm ./amdgpu-install_6.3.60302-1_all.deb && \ # Install ROCm-ml-libraries