infra/docs/package-sets.md

22 lines
747 B
Markdown
Raw Normal View History

2024-07-05 15:53:57 +10:00
#### Nixpkgs CUDA and ROCm
[CUDA and ROCm release set in nixpkgs](https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/release-cuda.nix)
Built on `nixos-unstable-small` for `x86_64-linux`:
- [https://hydra.nix-community.org/jobset/nixpkgs/cuda](https://hydra.nix-community.org/jobset/nixpkgs/cuda)
Built on `nixos-unstable-small` for `x86_64-linux`:
- [https://hydra.nix-community.org/jobset/nixpkgs/rocm](https://hydra.nix-community.org/jobset/nixpkgs/rocm)
Built on `nixos-$RELEASE-small` for `x86_64-linux`:
2024-07-05 15:53:57 +10:00
- [https://hydra.nix-community.org/jobset/nixpkgs/cuda-stable](https://hydra.nix-community.org/jobset/nixpkgs/cuda-stable)
2024-07-05 15:53:57 +10:00
#### Cache
All of the above builds are pushed to the cache.
See [here](./cache.md) for details.