7f5cc9c42f
* reordered index to have separate install card, and diataxis grid * add Tutorials folder * Explain that tutorials/README.md is just a blank placeholder file. Can be removed in future. * Update docs/index.rst Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com> * changed to quick start (no hyphen) * missed index.rst for quick start edit * change text to Using rocDecode --------- Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com>
43 строки
1.1 KiB
ReStructuredText
43 строки
1.1 KiB
ReStructuredText
.. meta::
|
|
:description: Install rocDecode
|
|
:keywords: install, rocDecode, AMD, ROCm
|
|
|
|
********************************************************************
|
|
rocDecode quick start installation
|
|
********************************************************************
|
|
|
|
To install the rocDecode runtime with minimum requirements, follow these steps:
|
|
|
|
1. Install core ROCm components (ROCm 6.1.0 or later) using the
|
|
:doc:`native package manager <rocm-install-on-linux:how-to/native-install/index>`
|
|
installation instructions.
|
|
|
|
* Register repositories
|
|
* Register kernel-mode driver
|
|
* Register ROCm packages
|
|
* Install kernel driver (``amdgpu-dkms``)--only required on bare metal install. Docker runtime uses the
|
|
base ``dkms`` package irrespective of the version installed.
|
|
|
|
2. Install rocDecode runtime package. rocDecode only provides the ``librocdecode.so`` library (the
|
|
runtime package only installs the required core dependencies).
|
|
|
|
.. tab-set::
|
|
|
|
.. tab-item:: Ubuntu
|
|
|
|
.. code:: shell
|
|
|
|
sudo apt install rocdecode
|
|
|
|
.. tab-item:: RHEL
|
|
|
|
.. code:: shell
|
|
|
|
sudo yum install rocdecode
|
|
|
|
.. tab-item:: SLES
|
|
|
|
.. code:: shell
|
|
|
|
sudo zypper install rocdecode
|