Skip to content

Commit

Permalink
fixed nvidia repo
Browse files Browse the repository at this point in the history
  • Loading branch information
hjbreg authored Sep 6, 2024
1 parent 4524269 commit 5904dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/desktop/display/installing_nvidia_gpu_drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Add the official Nvidia repository with the following command:
If you use Rocky 8, replace `rhel9` in the file path with `rhel8`.

```bash
sudo dnf config-manager --add-repo http://developer.download.nvidia/compute/cuda/repos/rhel9/$(uname -i)/cuda-rhel9.repo
sudo dnf config-manager --add-repo http://developer.download.nvidia.com/compute/cuda/repos/rhel9/$(uname -i)/cuda-rhel9.repo
```

Next, install a set of packages necessary for building and installing kernel modules:
Expand Down

0 comments on commit 5904dcf

Please sign in to comment.