Skip to content

Commit

Permalink
Merge pull request #303230 from abysssol/ollama-cudart-static
Browse files Browse the repository at this point in the history
ollama: add cudart_static to cuda dependencies
  • Loading branch information
drupol authored Apr 11, 2024
2 parents 5f8a248 + da83c7a commit ababd9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/tools/misc/ollama/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ let
paths = [
cudaPackages.cudatoolkit
cudaPackages.cuda_cudart
cudaPackages.cuda_cudart.static
];
postBuild = ''
rm "$out/lib64"
Expand Down

0 comments on commit ababd9c

Please sign in to comment.