noobient / noobuntu

Enterprise Ubuntu development environment with Active Directory integration
MIT License
6 stars 3 forks source link

Allow for selecting NV / CUDA version #11

Closed bviktor closed 4 years ago

bviktor commented 5 years ago
bviktor commented 5 years ago
apt search --names-only nvidia-driver 2>/dev/null | grep ^nvidia-driver | cut -d- -f3 | cut -d/ -f1

Lol...

bviktor commented 5 years ago

https://github.com/ansible/ansible/issues/15212

bviktor commented 4 years ago

I'm not sure this can be done dynamically, as questions can only be asked before tasks, but querying the list of available drivers requires tasks to be run...

bviktor commented 4 years ago

Nope. It can be specified via variable though, should suffice.