Update openwebui-install.sh

tweak
This commit is contained in:
tteckster 2024-10-24 21:32:06 -04:00 committed by GitHub
parent 5c711293b9
commit 64eab60a4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ ENV=prod
ENABLE_OLLAMA_API=false
EOF
$STD npm install
export NODE_OPTIONS="--max-old-space-size=4096"
$STD npm run build
msg_ok "Installed Open WebUI"