mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-18 16:32:17 +00:00
fix(hwaccel): use amdgpu/latest/ubuntu instead of versioned URL
This commit is contained in:
@@ -4576,7 +4576,7 @@ _setup_rocm() {
|
|||||||
|
|
||||||
msg_info "Installing ROCm ${ROCM_VERSION} compute stack"
|
msg_info "Installing ROCm ${ROCM_VERSION} compute stack"
|
||||||
|
|
||||||
# ROCm main repository
|
# ROCm main repository (userspace compute libs)
|
||||||
setup_deb822_repo \
|
setup_deb822_repo \
|
||||||
"rocm" \
|
"rocm" \
|
||||||
"https://repo.radeon.com/rocm/rocm.gpg.key" \
|
"https://repo.radeon.com/rocm/rocm.gpg.key" \
|
||||||
@@ -4592,7 +4592,7 @@ _setup_rocm() {
|
|||||||
{
|
{
|
||||||
echo ""
|
echo ""
|
||||||
echo "Types: deb"
|
echo "Types: deb"
|
||||||
echo "URIs: https://repo.radeon.com/amdgpu/${ROCM_VERSION}/ubuntu"
|
echo "URIs: https://repo.radeon.com/amdgpu/latest/ubuntu"
|
||||||
echo "Suites: ${ROCM_REPO_CODENAME}"
|
echo "Suites: ${ROCM_REPO_CODENAME}"
|
||||||
echo "Components: main"
|
echo "Components: main"
|
||||||
echo "Architectures: amd64"
|
echo "Architectures: amd64"
|
||||||
|
|||||||
Reference in New Issue
Block a user