From 7519014ee2211f15ae131bdb74196e907f8a14f2 Mon Sep 17 00:00:00 2001 From: buchel_k Date: Mon, 28 Nov 2022 13:18:23 +0000 Subject: [PATCH] fix cuda package installation procedure --- rhel8/nvidia.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rhel8/nvidia.md b/rhel8/nvidia.md index 084e6cc4..2271b736 100644 --- a/rhel8/nvidia.md +++ b/rhel8/nvidia.md @@ -149,7 +149,7 @@ It is not recommended to install the `cuda` meta-package directly, because that The `cuda` meta-package is by default excluded as explained above. If you still want to use it, do ``` -dnf --disableexcludes cuda install +dnf --disableexcludes cuda install cuda ``` After manual CUDA installation you should think about enabling and starting `nvidia-persistenced`: