Ari Lotter
Ari Lotter
+1, updated to latest `main` and now, when following the exact steps in the readme, i get ``` error: attribute 'flake-root' missing at /nix/store/qiq7q687qbig90c5qn91n5qgh2abmc20-source/flakeModules/agenix-shell.nix:83:12: 82| imports = [ 83| inputs.flake-root.flakeModule...
Platform Tools release 1.43 still depends on `libpython3.8.so.1.0`: ```bash $ ldd platform-tools-linux-x86_64/llvm/lib/liblldb.so.18.1-rust-dev ... libpython3.8.so.1.0 => ... ... ```
ah nice catch, I mis-implemented -p. will fix. it does seem to work for wrapping executables, it lets me run a Nix CUDA application in an Ubuntu docker image :)...
I am using Ubuntu 24.04 LTS with NVIDIA Driver Version: 550.90.07 and CUDA 12.8, and `nix-gl-host` is working perfectly.
> OK thanks. I'll have a look at [these rust bindings for NCCL](https://github.com/coreylowman/cudarc?tab=readme-ov-file&rgh-link-date=2025-03-01T15%3A49%3A27.000Z). You don't happen to know if someone's already tried using them with this lib? https://github.com/jquesnelle/tch-rs/tree/nccl-2.9.0-nightly No support...