We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d13306 commit a7dad30Copy full SHA for a7dad30
drivers/install_cuda.sh
@@ -25,4 +25,6 @@ fi
25
. "${SCRIPT_DIR}/setup_nvidia_repos.sh"
26
27
apt-get update
28
-apt-get install cuda nvidia-container-toolkit
+# https://www.reddit.com/r/linux_gaming/comments/1dnccoq/ubuntu_2404_wayland_on_nvidia_troubleshoot_guide/
29
+# https://askubuntu.com/questions/1514352/ubuntu-24-04-with-nvidia-driver-libegl-warning-egl-failed-to-create-dri2-scre
30
+apt-get install cuda nvidia-container-toolkit libnvidia-egl-wayland1
0 commit comments