chore: upgrade ROCm version from 7.2 to 7.2.1 across configuration and documentation

This commit is contained in:
Donato Capitella
2026-04-09 18:33:52 +01:00
parent d1e49d4aa0
commit 4ac481e7d1
5 changed files with 13 additions and 13 deletions
@@ -1,12 +1,12 @@
# build stage
FROM registry.fedoraproject.org/fedora:43 AS builder
# rocm 7.2 repo
# rocm 7.2.1 repo
RUN <<'EOF'
tee /etc/yum.repos.d/rocm.repo <<REPO
[ROCm-7.2]
name=ROCm7.2
baseurl=https://repo.radeon.com/rocm/rhel10/7.2/main
[ROCm-7.2.1]
name=ROCm7.2.1
baseurl=https://repo.radeon.com/rocm/rhel10/7.2.1/main
enabled=1
priority=50
gpgcheck=1
@@ -69,12 +69,12 @@ RUN chmod +x /usr/local/bin/gguf-vram-estimator.py
# runtime stage
FROM registry.fedoraproject.org/fedora-minimal:43
# rocm 7.2 repo
# rocm 7.2.1 repo
RUN <<'EOF'
tee /etc/yum.repos.d/rocm.repo <<REPO
[ROCm-7.2]
name=ROCm7.2
baseurl=https://repo.radeon.com/rocm/rhel10/7.2/main
[ROCm-7.2.1]
name=ROCm7.2.1
baseurl=https://repo.radeon.com/rocm/rhel10/7.2.1/main
enabled=1
priority=50
gpgcheck=1