0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

onnxruntime: fix CUDA build

Onnxruntime since version 1.17.0 depends on nccl for cuda support.
This commit is contained in:
Martin Weinelt 2024-07-17 04:53:18 +02:00
parent 98537d08c3
commit a3126d1d0c
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -159,6 +159,7 @@ effectiveStdenv.mkDerivation rec {
libcufft # cufft.h
cudnn # cudnn.h
cuda_cudart
nccl
]);
nativeCheckInputs = [