Skip to content

Commit

Permalink
Bump default nvidia stream to 560-dkms
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed Sep 4, 2024
1 parent a0c8572 commit 41dd50d
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 = '555-dkms'
String $nvidia_driver_stream = '560-dkms'
) {
$os = "rhel${::facts['os']['release']['major']}"
$arch = $::facts['os']['architecture']
Expand Down

0 comments on commit 41dd50d

Please sign in to comment.