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:
parent
98537d08c3
commit
a3126d1d0c
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ effectiveStdenv.mkDerivation rec {
|
|||
libcufft # cufft.h
|
||||
cudnn # cudnn.h
|
||||
cuda_cudart
|
||||
nccl
|
||||
]);
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue