mirror of
https://github.com/RadeonOpenCompute/ROCm-docker.git
synced 2023-04-23 17:53:00 +03:00
Add versions for rocm 3.0 and 3.1
This commit is contained in:
@@ -58,6 +58,10 @@ if [ -e /sys/module/amdgpu/version ]; 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
|
||||
elif [ "$KERNEL_VERSION" == "5.2.4" ]; then
|
||||
add_repo http://repo.radeon.com/rocm/apt/3.0
|
||||
elif [ "$KERNEL_VERSION" == "5.4.4" ]; then
|
||||
add_repo http://repo.radeon.com/rocm/apt/3.1
|
||||
else
|
||||
add_repo http://repo.radeon.com/rocm/apt/debian/
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user