diff --git a/docs/install/install.rst b/docs/install/install.rst index 2ef868f10e..af9c87901e 100644 --- a/docs/install/install.rst +++ b/docs/install/install.rst @@ -61,7 +61,16 @@ Installation .. code:: shell - apt-get install hip-runtime-nvidia hip-dev + sudo apt-get install hip-runtime-nvidia hip-dev + + If the above packages are not found, `download the package signing key `_ and add the following repository. + + .. code:: shell + + CODENAME=$(lsb_release -c | awk '{print $2}') + echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon.com/rocm/apt/debian/ $CODENAME main" \ + | sudo tee --append /etc/apt/sources.list.d/rocm.list + sudo apt update The default paths are: * CUDA SDK: ``/usr/local/cuda``