diff --git a/docs/install/native-install/includes/sles-multi-install.rst b/docs/install/native-install/includes/sles-multi-install.rst index d5f0ac12..6bfe5daf 100644 --- a/docs/install/native-install/includes/sles-multi-install.rst +++ b/docs/install/native-install/includes/sles-multi-install.rst @@ -23,6 +23,7 @@ gpgkey=https://repo.radeon.com/rocm/rocm.gpg.key EOF sudo zypper ref + {% endfor %} .. _sles-multi-register-rocm: @@ -50,6 +51,7 @@ EOF done sudo zypper ref + {% endfor %} 3. Install ROCm. @@ -70,6 +72,7 @@ sudo zypper --gpg-auto-import-keys install rocm$ver done + 4. Complete the :doc:`../post-install`. .. tip:: diff --git a/docs/install/native-install/sles.rst b/docs/install/native-install/sles.rst index 2df2b4f6..1a2e980c 100644 --- a/docs/install/native-install/sles.rst +++ b/docs/install/native-install/sles.rst @@ -41,6 +41,7 @@ Register kernel-mode driver EOF sudo zypper ref + {% endfor %} Register ROCm packages @@ -60,6 +61,7 @@ Register ROCm packages sudo zypper ref + .. _sles-install: Installing @@ -73,6 +75,7 @@ Install kernel driver sudo zypper --gpg-auto-import-keys install amdgpu-dkms sudo reboot + Install ROCm packages -------------------------------------------------------------------------------------- @@ -151,3 +154,4 @@ Remove ROCm and AMDGPU repositories # Restart the system. sudo reboot + diff --git a/docs/install/prerequisites.rst b/docs/install/prerequisites.rst index 9e676501..ea6a192d 100644 --- a/docs/install/prerequisites.rst +++ b/docs/install/prerequisites.rst @@ -153,6 +153,7 @@ instructions specific to your distribution to add the necessary repositories. sudo zypper addrepo https://download.opensuse.org/repositories/devel:/languages:/perl/{{ os_version }}/devel:languages:perl.repo sudo zypper addrepo https://download.opensuse.org/repositories/Education/{{ os_version }}/Education.repo + {% endfor %} Kernel headers and development packages @@ -177,6 +178,7 @@ To install for the currently active kernel run the command corresponding to your sudo apt install "linux-headers-$(uname -r)" "linux-modules-extra-$(uname -r)" sudo apt install python3-setuptools python3-wheel + .. tab-item:: Red Hat Enterprise Linux :sync: rhel-tab @@ -194,6 +196,7 @@ To install for the currently active kernel run the command corresponding to your sudo zypper install kernel-default-devel sudo zypper install python3-setuptools python3-wheel + .. _group_permissions: Setting permissions for groups diff --git a/docs/install/quick-start.rst b/docs/install/quick-start.rst index 48431d2d..b4e61434 100644 --- a/docs/install/quick-start.rst +++ b/docs/install/quick-start.rst @@ -93,6 +93,7 @@ For more in-depth installation instructions, refer to :ref:`detailed-install-ove sudo zypper --no-gpg-checks install https://repo.radeon.com/amdgpu-install/|amdgpu_version|/sle/{{ os_version }}/amdgpu-install-|amdgpu_install_version|.noarch.rpm sudo zypper --gpg-auto-import-keys refresh sudo zypper install amdgpu-dkms rocm + {% endfor %} .. important::