mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
neural-style: restrict to 64-bit Linux because it wants too much RAM
This commit is contained in:
parent
98102ebd92
commit
9d1d0dd546
@ -52,6 +52,7 @@ stdenv.mkDerivation rec {
|
||||
description = ''A torch implementation of the paper A Neural Algorithm of Artistic Style'';
|
||||
license = stdenv.lib.licenses.mit ;
|
||||
maintainers = [stdenv.lib.maintainers.raskin];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
# Eats a lot of RAM
|
||||
platforms = ["x86_64-linux"];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user