mirror of
https://github.com/RadeonOpenCompute/ROCm-docker.git
synced 2023-04-23 17:53:00 +03:00
Check the srcversion for 1.9.2
This commit is contained in:
@@ -69,6 +69,9 @@ elif [ -e /sys/module/amdkfd/version ]; then
|
||||
# 1.9.211
|
||||
elif [ "$KERNEL_SRC_VERSION" == "1C6A1C03695B2681E4F30E4" ]; then
|
||||
download_repo http://repo.radeon.com/rocm/archive/apt_1.9.1.tar.bz2
|
||||
# 1.9.307
|
||||
elif [ "$KERNEL_SRC_VERSION" == "FFDB742B15AC9CA19B5EE64" ]; then
|
||||
download_repo http://repo.radeon.com/rocm/archive/apt_1.9.2.tar.bz2
|
||||
else
|
||||
add_repo http://repo.radeon.com/rocm/apt/debian/
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user