An open API service indexing awesome lists of open source software.

https://github.com/redsiege/cuda-installation-script

Quick and dirty installation script for CUDA drivers on Ubuntu 18.04 LTS to save a bit of time.
https://github.com/redsiege/cuda-installation-script

Last synced: 11 months ago
JSON representation

Quick and dirty installation script for CUDA drivers on Ubuntu 18.04 LTS to save a bit of time.

Awesome Lists containing this project

README

          

# CUDA Installation Script

This script will install the necessary drivers for CUDA/Nvidia on Ubuntu 18.04 LTS. Mainly to be used for installing the requirements for hashcat.

To execute, just run:
```
git clone https://github.com/FortyNorthSecurity/CUDA-Installation-Script.git
chmod +x CUDA-Installation-Script/cuda-install.sh
./CUDA-Installation-Script/cuda-install.sh
```