←back to thread

112 points cl3misch | 1 comments | | HN request time: 0.241s | source
Show context
aa-jv ◴[] No.44385929[source]
Very interesting .. I was recently tasked with getting a bespoke AI/ML environment ready to ship/deploy to, what can only be considered, foreign environments .. and this has proven to be quite a hassle, because, of course: python.

So I guess Apptainer is the solution to this use case - anyone had any experience with using it to bundle up an AI/ML application for redistribution? Thoughts/tips?

replies(3): >>44385965 #>>44386137 #>>44395437 #
SirHumphrey ◴[] No.44385965[source]
I did start to use them for AI development on the HPC I have access to and it worked well (GPU pass-through basically automatically, the performace seemed basically the same) - but I mostly use them because I do not want to argue with administrators anymore that it's probably time they update Cuda 11.7 (as well as python 3.6) - the only version of Cuda currently installed on the cluster.
replies(2): >>44386135 #>>44395425 #
1. lazylizard ◴[] No.44395425[source]
use conda?