tyhal / ansible-role-cuda

An Ansible role to install the minimum needed to run a cuda application.

Home Page:https://galaxy.ansible.com/tyhal/cuda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ansible-role-cuda

FOSSA Status

An Ansible role to install the minimum needed to run a cuda application.

You will be able to install additional NVIDIA packages after this playbook E.G ( cublas, cufft, cusparse )

Install

	ansible-galaxy install tyhal.cuda

Usage

Then you can use this with:

- hosts: all
  become: yes
  roles:
    - { role: tyhal.cuda }

About

An Ansible role to install the minimum needed to run a cuda application.

https://galaxy.ansible.com/tyhal/cuda

License:MIT License


Languages

Language:Python 61.7%Language:Shell 38.3%