Skip to content

Commit

Permalink
Merge pull request #38 from samjwu/rhel
Browse files Browse the repository at this point in the history
docs(rhel.rst): Update supported RHEL versions
  • Loading branch information
samjwu authored Jan 3, 2024
2 parents 2245e96 + 033cfaf commit 0e29d95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/how-to/native-install/rhel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Register kernel-mode driver
.. datatemplate:nodata::
.. tab-set::
{% for (os_release, os_version) in [('8', '8.8'), ('8', '8.7'), ('9', '9.2'), ('9', '9.1')] %}
{% for (os_release, os_version) in [('9', '9.3'), ('9', '9.2'), ('8', '8.9'), ('8', '8.8')] %}
.. tab-item:: RHEL {{ os_version }}
:sync: rhel-{{ os_version }} rhel-{{ os_release }}

Expand All @@ -40,7 +40,7 @@ Register ROCm packages
.. datatemplate:nodata::
.. tab-set::
{% for os_release in ['8', '9'] %}
{% for os_release in ['9', '8'] %}
.. tab-item:: RHEL {{ os_release }}
:sync: rhel-{{ os_release }}
Expand All @@ -50,7 +50,7 @@ Register ROCm packages
sudo tee --append /etc/yum.repos.d/rocm.repo <<EOF
[ROCm-|rocm_version|]
name=ROCm|rocm_version|
baseurl=https://repo.radeon.com/rocm/thel{{ os_release }}/|rocm_version|/main
baseurl=https://repo.radeon.com/rocm/rhel{{ os_release }}/|rocm_version|/main
enabled=1
priority=50
gpgcheck=1
Expand Down

0 comments on commit 0e29d95

Please sign in to comment.