Skip to content

Commit

Permalink
Downgrade default nvidia gpu driver stream to 550-dkms
Browse files Browse the repository at this point in the history
Solve issue with MIG profile and GPU reset we had so far
with 560 drivers.
  • Loading branch information
cmd-ntrf committed Oct 2, 2024
1 parent 2972853 commit 987cfa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/profile/manifests/gpu.pp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

class profile::gpu::install::passthrough (
Array[String] $packages,
String $nvidia_driver_stream = '560-dkms'
String $nvidia_driver_stream = '550-dkms'
) {
$os = "rhel${::facts['os']['release']['major']}"
$arch = $::facts['os']['architecture']
Expand Down

0 comments on commit 987cfa2

Please sign in to comment.