Skip to content

Commit

Permalink
Merge pull request #94 from ocaisa/patch-1
Browse files Browse the repository at this point in the history
Make sure nvidia driver installer succeeds
  • Loading branch information
cmd-ntrf authored Feb 10, 2021
2 parents 819c4e2 + 7528643 commit 4efcb1f
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 @@ -171,7 +171,7 @@
)
{
exec { 'vgpu-driver-install-bin':
command => "curl -L ${source} -o /tmp/NVIDIA-driver.run && sh /tmp/NVIDIA-driver.run --ui=none --no-questions --disable-nouveau; rm /tmp/NVIDIA-driver.run",
command => "curl -L ${source} -o /tmp/NVIDIA-driver.run && sh /tmp/NVIDIA-driver.run --ui=none --no-questions --disable-nouveau && rm /tmp/NVIDIA-driver.run",
path => ['/bin', '/usr/bin', '/sbin','/usr/sbin'],
creates => [
'/usr/bin/nvidia-smi',
Expand Down

0 comments on commit 4efcb1f

Please sign in to comment.