mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
fix: flake: add opencv with CUDA, new patchmatch dependency.
This commit is contained in:
parent
c9d452b9d4
commit
403a6e88f2
10
flake.nix
10
flake.nix
@ -34,6 +34,10 @@
|
|||||||
cudaPackages.cudnn
|
cudaPackages.cudnn
|
||||||
cudaPackages.cuda_nvrtc
|
cudaPackages.cuda_nvrtc
|
||||||
cudatoolkit
|
cudatoolkit
|
||||||
|
pkgconfig
|
||||||
|
libconfig
|
||||||
|
cmake
|
||||||
|
blas
|
||||||
freeglut
|
freeglut
|
||||||
glib
|
glib
|
||||||
gperf
|
gperf
|
||||||
@ -42,6 +46,12 @@
|
|||||||
libGLU
|
libGLU
|
||||||
linuxPackages.nvidia_x11
|
linuxPackages.nvidia_x11
|
||||||
python
|
python
|
||||||
|
(opencv4.override {
|
||||||
|
enableGtk3 = true;
|
||||||
|
enableFfmpeg = true;
|
||||||
|
enableCuda = true;
|
||||||
|
enableUnfree = true;
|
||||||
|
})
|
||||||
stdenv.cc
|
stdenv.cc
|
||||||
stdenv.cc.cc.lib
|
stdenv.cc.cc.lib
|
||||||
xorg.libX11
|
xorg.libX11
|
||||||
|
Loading…
Reference in New Issue
Block a user