mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
54 lines
899 B
Markdown
54 lines
899 B
Markdown
# Deploy ROCm on Linux
|
|
|
|
Start with {doc}`/deploy/linux/quick_start` or follow the detailed
|
|
instructions below.
|
|
|
|
## Prepare to Install
|
|
|
|
::::{grid} 1 1 2 2
|
|
:gutter: 1
|
|
|
|
:::{grid-item-card} Prerequisites
|
|
:link: prerequisites
|
|
:link-type: doc
|
|
|
|
The prerequisites page lists the required steps *before* installation.
|
|
:::
|
|
|
|
:::{grid-item-card} Install Choices
|
|
:link: install_overview
|
|
:link-type: doc
|
|
|
|
Distro Commands vs AMDGPU Installer
|
|
|
|
Standard Packages vs Multi-Version Packages
|
|
:::
|
|
|
|
::::
|
|
|
|
## Choose your install method
|
|
|
|
::::{grid} 1 1 2 2
|
|
:gutter: 1
|
|
|
|
:::{grid-item-card} Distro Commands
|
|
:link: os-native/index
|
|
:link-type: doc
|
|
|
|
Directly use your distribution's package manager to install ROCm.
|
|
:::
|
|
|
|
:::{grid-item-card} AMDGPU Installer
|
|
:link: installer/index
|
|
:link-type: doc
|
|
|
|
Use an installer tool that orchestrates changes via the package
|
|
manager.
|
|
:::
|
|
|
|
::::
|
|
|
|
## See Also
|
|
|
|
- {doc}`/release/gpu_os_support`
|