Skip to content

Commit

Permalink
open-webui: add env.NODE_OPTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Nov 28, 2024
1 parent 0ecd14b commit 7b404c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/by-name/op/open-webui/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ let

env.CYPRESS_INSTALL_BINARY = "0"; # disallow cypress from downloading binaries in sandbox
env.ONNXRUNTIME_NODE_INSTALL_CUDA = "skip";
env.NODE_OPTIONS = "--max-old-space-size=8192";

installPhase = ''
runHook preInstall
Expand Down

0 comments on commit 7b404c8

Please sign in to comment.