onnxruntime: fix CUDA build
Onnxruntime since version 1.17.0 depends on nccl for cuda support.
This commit is contained in:
@@ -159,6 +159,7 @@ effectiveStdenv.mkDerivation rec {
|
||||
libcufft # cufft.h
|
||||
cudnn # cudnn.h
|
||||
cuda_cudart
|
||||
nccl
|
||||
]);
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
||||
Reference in New Issue
Block a user