Commit b9d96ec3 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Kernel modules are not enough - driver should be installed as well

parent e302253e
......@@ -30,7 +30,7 @@ driver:
ln -s /lib /lib64
sh ./cuda_13.0.0_580.65.06_linux.run --extract=$(CURDIR)/cuda-13.0.0
sh cuda-13.0.0/NVIDIA-Linux-x86_64-580.65.06.run -x --target $(CURDIR)/driver
cd driver && ./nvidia-installer --no-questions --install-libglvnd --no-x-check --no-opengl-files --ui=none --no-rebuild-initramfs --no-backup --kernel-modules-only
cd driver && ./nvidia-installer --no-questions --install-libglvnd --no-x-check --no-opengl-files --ui=none --no-rebuild-initramfs --no-backup
rm -rf cuda-13.0.0
$(MAKE) -C ../linux clean
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment