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.
- Host: GitHub
- URL: https://github.com/redsiege/cuda-installation-script
- Owner: RedSiege
- Created: 2020-12-03T02:54:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T09:56:51.000Z (almost 3 years ago)
- Last Synced: 2025-07-17T21:08:05.325Z (12 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```