Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 421 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 421 Bytes

nvidia-run

GitHub Action to install the Nividia drivers from the .run file

Works for consumer cards i.e. Nvidia 3060, and datacenter cards i.e. Nvidia A100

Usage:

- uses: self-actuated/nvidia-run@master

Or, if you need to run the installer from bash, use:

curl https://raw.githubusercontent.com/self-actuated/nvidia-run/master/setup-nvidia-run.sh | sh

You'll need sudo to be available.