full upload so not to lose anything important
This commit is contained in:
@@ -26,6 +26,17 @@
|
||||
config.allowUnfree = true;
|
||||
config.cudaSupport = true;
|
||||
};
|
||||
thundersvm = import ./nix/thundersvm.nix {
|
||||
inherit pkgs;
|
||||
inherit (pkgs) fetchFromGitHub cmake gcc12Stdenv;
|
||||
cudaPackages = pkgs.cudaPackages;
|
||||
};
|
||||
|
||||
thundersvm-python = import ./nix/thundersvm-python.nix {
|
||||
inherit pkgs;
|
||||
pythonPackages = pkgs.python311Packages;
|
||||
thundersvm = thundersvm;
|
||||
};
|
||||
inherit (poetry2nix.lib.mkPoetry2Nix { inherit pkgs; }) mkPoetryApplication;
|
||||
in
|
||||
{
|
||||
@@ -43,6 +54,7 @@
|
||||
buildInputs = with pkgs.python311Packages; [
|
||||
torch-bin
|
||||
torchvision-bin
|
||||
thundersvm-python
|
||||
];
|
||||
#LD_LIBRARY_PATH = with pkgs; lib.makeLibraryPath [
|
||||
#pkgs.stdenv.cc.cc
|
||||
|
||||
Reference in New Issue
Block a user