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'';
|
description = ''A torch implementation of the paper A Neural Algorithm of Artistic Style'';
|
||||||
license = stdenv.lib.licenses.mit ;
|
license = stdenv.lib.licenses.mit ;
|
||||||
maintainers = [stdenv.lib.maintainers.raskin];
|
maintainers = [stdenv.lib.maintainers.raskin];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
# Eats a lot of RAM
|
||||||
|
platforms = ["x86_64-linux"];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user