Results 15 comments of Ross Turk

I made a Flox environment that contains direnv, largely as a way to start experimenting with usage patterns: https://flox.dev/blog/direnv-auto-activation This will install direnv and create a subshell with it enabled....

I like the idea of having a helper function file available for producers that carries out common tasks. I might contribute functions here that: * create and prepare python venvs...

> Do we just need to add `libGL` to this list? > > https://github.com/flox/flox/blob/11ea893bd400cee7ba22449e28673033f898541e/assets/activation-scripts/etc/profile.d/0800_cuda.sh#L44 That was the first thing I tried (i.e., adding new symlinks in my cache) and it...

> only libGL should be added... the rest are not intended to be host-provided libraries. But it is possible that libGL is less lenient to various versions than libcuda I'm...

@stahnma actually, none of the torch stuff works anymore - it either fails to build or is not accelerated, depending on the platform. I have updated flaim to get all...