Skip to content

python3Packages.triton: fix ldconfig use#670

Merged
danieldk merged 1 commit into
mainfrom
fix-cuda-triton
Jun 23, 2026
Merged

python3Packages.triton: fix ldconfig use#670
danieldk merged 1 commit into
mainfrom
fix-cuda-triton

Conversation

@danieldk

Copy link
Copy Markdown
Member

Triton uses ldconfig to find libcuda.so.1. This fails on NixOS and pure Nix environment since ldconfig is not available. Since we know the path of libcuda.so.1, just use that.

Triton uses `ldconfig` to find `libcuda.so.1`. This fails on NixOS and
pure Nix environment since `ldconfig` is not available. Since we know
the path of `libcuda.so.1`, just use that.
@danieldk danieldk marked this pull request as ready for review June 22, 2026 17:52
@danieldk danieldk merged commit 0165fc1 into main Jun 23, 2026
50 checks passed
@danieldk danieldk deleted the fix-cuda-triton branch June 23, 2026 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants