Skip to content

Commit

Permalink
enable GPU on RHEL9 VM (#9029)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieloh30 authored Feb 5, 2025
1 parent 0515b22 commit 17026dd
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
become: true
become_user: root

- name: Enable GPU accelerators
shell: "sudo dnf reinstall kernel kernel-core kernel-modules kernel-headers"

- name: Download VS Code
ansible.builtin.get_url:
url: https://code.visualstudio.com/sha/download?build=stable&os=linux-rpm-x64
Expand Down

0 comments on commit 17026dd

Please sign in to comment.