Skip to content

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

License

Notifications You must be signed in to change notification settings

tyhal/ansible-role-cuda

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published