Created
September 8, 2025 00:03
-
-
Save williamcanin/d5d0c0b846311b34abc155f4a1001c0c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### NVIDIA | |
| sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm | |
| sudo dnf install https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm | |
| # Atualizar o sistema | |
| sudo dnf update | |
| # Utils | |
| sudo dnf install kernel-devel kernel-headers gcc make dkms acpid libglvnd-glx libglvnd-opengl libglvnd-devel | |
| # Instalar drivers NVIDIA | |
| sudo dnf install akmod-nvidia | |
| # Para suporte a CUDA e computação | |
| sudo dnf install xorg-x11-drv-nvidia-cuda |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment