this post was submitted on 11 Aug 2024
23 points (96.0% liked)

Nix / NixOS

1465 readers
2 users here now

Main links

Videos

founded 1 year ago
MODERATORS
 

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.

top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 1 month ago (1 children)

name = "nvidia-fuck-you";

Got a good chuckle out of me. As for buildFHSEnv how does it work? Does it use chroot and mount parts of /nix/store into it?

Anti Commercial-AI license

[–] [email protected] 2 points 1 month ago

Ha! yes. The buildFHSEnv function works by creating a separate namespace akin to Docker containers but without complete separation from the host system (I hint to this in my post). It then hosts the libraries in /nix/store into this namespace.

[–] [email protected] 2 points 1 month ago (1 children)

this is so timely ha. i just installed NixOS on my 4090 machine and was about to install CUDA.

[–] [email protected] 1 points 1 month ago