mirror of
https://github.com/RadeonOpenCompute/ROCm-docker.git
synced 2023-04-23 17:53:00 +03:00
Add more versions for add-rocm script
This commit is contained in:
@@ -52,8 +52,12 @@ if [ -e /sys/module/amdgpu/version ]; then
|
||||
add_repo http://repo.radeon.com/rocm/apt/2.5
|
||||
elif [ "$KERNEL_VERSION" == "5.0.71" ]; then
|
||||
add_repo http://repo.radeon.com/rocm/apt/2.6
|
||||
elif [ "$KERNEL_VERSION" == "5.0.76" ]; then
|
||||
add_repo http://repo.radeon.com/rocm/apt/2.7
|
||||
elif [ "$KERNEL_VERSION" == "5.0.79" ]; then
|
||||
add_repo http://repo.radeon.com/rocm/apt/2.8.0
|
||||
elif [ "$KERNEL_VERSION" == "5.0.82" ]; then
|
||||
add_repo http://repo.radeon.com/rocm/apt/2.10.0
|
||||
else
|
||||
add_repo http://repo.radeon.com/rocm/apt/debian/
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user