open-webui: add env.NODE_OPTIONS
(#359891)
This commit is contained in:
commit
d8791f8ac3
@ -30,6 +30,7 @@ let
|
|||||||
|
|
||||||
env.CYPRESS_INSTALL_BINARY = "0"; # disallow cypress from downloading binaries in sandbox
|
env.CYPRESS_INSTALL_BINARY = "0"; # disallow cypress from downloading binaries in sandbox
|
||||||
env.ONNXRUNTIME_NODE_INSTALL_CUDA = "skip";
|
env.ONNXRUNTIME_NODE_INSTALL_CUDA = "skip";
|
||||||
|
env.NODE_OPTIONS = "--max-old-space-size=8192";
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
Loading…
Reference in New Issue
Block a user