Installing and Upgrading CUDA Driver in an HPC System
Step 1: Check Current NVIDIA Driver Version
Before installing/upgrading CUDA, check your existing driver version:
This will display the installed driver version and GPU details.
Step 2: Download the Latest NVIDIA Driver
Get the latest driver from NVIDIA's official website.
Alternatively, use wget
:
Step 3: Blacklist Nouveau (if needed)
If Nouveau is active, disable it:
Check if Nouveau is disabled:
Step 4: Stop Display Manager (If Applicable)
If running a GUI, stop the display manager:
Step 5: Install the Driver
Run the installer:
Follow the on-screen instructions and agree to the DKMS installation.
Step 6: Verify Installation
Reboot the system:
Check the driver:
If everything is fine, you should see the updated driver version.
Upgrading CUDA Driver
To upgrade, first remove the existing driver:
Comments
Post a Comment