feat: add cudaSupport on lambdaOS
This commit is contained in:
parent
754a6ebf8f
commit
14632fcca0
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@
|
||||||
nixpkgs.config = {
|
nixpkgs.config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
nvidia.acceptLicense = true;
|
nvidia.acceptLicense = true;
|
||||||
|
cudaSupport = true;
|
||||||
};
|
};
|
||||||
nixpkgs.overlays = [ ];
|
nixpkgs.overlays = [ ];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue