mirror of
https://github.com/ROCm/ROCm.git
synced 2026-02-04 11:25:03 -05:00
* Install updates - revert distro command installation -> package manager installation - move description of installer script to common section - updates to the installer script installation page - other misc fixes * Fix spelling
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
|
|
|
|
Package manager vs AMDGPU Installer
|
|
|
|
Standard Packages vs Multi-Version Packages
|
|
:::
|
|
|
|
::::
|
|
|
|
## Choose your install method
|
|
|
|
::::{grid} 1 1 2 2
|
|
:gutter: 1
|
|
|
|
:::{grid-item-card} Package Manager
|
|
: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`
|