Skip to content
Snippets Groups Projects
Commit 0a6343af authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

Add tasks to install cuda-driver pkg from bright-cm

parent 8a45586f
No related branches found
No related tags found
No related merge requests found
---
- name: Install prerequisites
ansible.builtin.yum:
name:
- "kernel-devel-{{ ansible_kernel }}"
- freeglut
- freeglut-devel
state: present
- name: Install cuda-driver and dcgm packages
ansible.builtin.yum:
name:
- cuda-driver
- cuda-dcgm-nvvs.x86_64
- cuda-dcgm.x86_64
- cuda-dcgm-libs
- cuda-dcgm-devel
state: present
- name: start cuda-driver service
ansible.builtin.systemd:
name: cuda-driver
state: started
enabled: yes
loop:
- cuda-driver
- nvidia-persistenced
- cuda-dcgm
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment