Jump to content

CUDA: Difference between revisions

m
 
Line 82: Line 82:


== Setting up CUDA Binary Cache ==
== Setting up CUDA Binary Cache ==
The [https://app.cachix.org/cache/cuda-maintainers cuda-maintainers] cache contains pre-built CUDA packages. By adding it to your system, Nix will fetch these packages instead of building them, saving valuable time and processing power.


For more information, refer to the [[Binary Cache#Using a binary cache Using a binary cache|Using a binary cache]] page.
For more information, refer to the [[Binary Cache#Using a binary cache Using a binary cache|Using a binary cache]] page.
Line 89: Line 91:
=== NixOS ===
=== NixOS ===


Add the [https://app.cachix.org/cache/cuda-maintainers cuda-maintainers] cache to <code>substituters</code> and <code>trusted-public-keys</code> inside your configuration:
Add the cache to <code>substituters</code> and <code>trusted-public-keys</code> inside your system configuration:


{{file|/etc/nixos/configuration.nix|nix|<nowiki>
{{file|/etc/nixos/configuration.nix|nix|<nowiki>
7

edits