This is an automated email from the ASF dual-hosted git repository.
chengchengjin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
The following commit(s) were added to refs/heads/main by this push:
new c4419f15db [GLUTEN-8851][VL] Fix the machine may not install dkms
(#9917)
c4419f15db is described below
commit c4419f15db7e9bad20a1567afad2ca6d0c7cd42c
Author: Jin Chengcheng <[email protected]>
AuthorDate: Wed Jun 11 03:25:23 2025 +0100
[GLUTEN-8851][VL] Fix the machine may not install dkms (#9917)
---
dev/start_cudf.sh | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/dev/start_cudf.sh b/dev/start_cudf.sh
index ba79157a76..b52c1a9f73 100644
--- a/dev/start_cudf.sh
+++ b/dev/start_cudf.sh
@@ -8,6 +8,12 @@ sudo dnf clean all
sudo dnf -y install cuda-toolkit-12-8
sudo dnf -y module install nvidia-driver:open-dkms
+sudo dnf install -y kernel-modules-extra
+sudo dnf install -y kernel-devel-$(uname -r) gcc make dkms
+sudo dkms autoinstall
+sudo modprobe nvidia
+sudo nvidia-smi
+
sudo yum install -y docker
curl -s -L
https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo
| \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]