Skip Navigation

Finally a half-decent CUDA solution on NixOS

lavafroth.is-a.dev CUDA on NixOS Without Sacrificing One's Sanity - lavafroth

What is CUDA? CUDA, also known as Compute Unified Device Architecture is a proprietary parallel computing platform and application programming interface that allows software to use certain types of graphics processing units for accelerated general-purpose processing, an approach called general-purpo...

I had been struggling for a while to get CUDA on my main NixOS box for some ML programming. It seems there weren't any clear solutions in the NixOS forums, which just suggested suffering through painful build times. Here's my hacky, less Nix-y approach that takes ~5 minutes.

4
4 comments