this post was submitted on 01 Feb 2024
518 points (95.9% liked)

Programmer Humor

32710 readers
553 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] sprack 8 points 1 year ago (3 children)

Pretty much the exact reason containerized environments were created.

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

Yep, I usually make docker environments for cuda workloads because of these things. Much more reliable

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

You can't run a different Nvidia driver in a container though

[–] sprack 1 points 1 year ago

When you hit that config need the next step is light weight VM + pcie passthru.