Skip to content

Commit f07ef68

Browse files
committed
feat: add cuda_compat package to Nix configuration for improved NVIDIA support
1 parent aa700bd commit f07ef68

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nix/docker.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ let
9797
with pkgs.cudaPackages;
9898
[
9999
cuda_cudart
100+
cuda_compat # provides libcuda.so.1 - communicates with NVIDIA kernel module via /dev/nvidiactl
100101
cudatoolkit
101102
nccl
102103
]

0 commit comments

Comments
 (0)