Skip to content

Commit

Permalink
Add mesa-utils
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Jun 26, 2024
1 parent 6d36fdd commit beda65d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion recipes/agent_build_tools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,14 @@
'nvidia-driver-470'
end


package nvidia_driver do
only_if { has_nvidia_support? }
end

package 'mesa-utils' do
only_if { has_nvidia_support? }
end

cookbook_file '/etc/modprobe.d/blacklist-nvidia-nouveau.conf' do
source 'blacklist-nvidia-nouveau.conf'
mode '0744'
Expand Down

0 comments on commit beda65d

Please sign in to comment.