seisbench+cuda is now really with pytorch-with-cuda11

This commit is contained in:
Yann Dupont 2023-04-07 11:56:03 +02:00
parent 092fd8fcb7
commit 9ad8872b89

View file

@ -111,6 +111,10 @@
(package (package
(inherit python-seisbench) (inherit python-seisbench)
(name "python-seisbench+cuda") (name "python-seisbench+cuda")
(inputs (modify-inputs (package-inputs python-seisbench)
(delete python-pytorch)
(prepend python-pytorch-with-cuda11)))
) )
) )