chore: upgrade ROCm version from 7.2 to 7.2.1 across configuration and documentation
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user