fix: split build threads from running threads (#703)

Signed-off-by: mudler <mudler@localai.io>
renovate/github.com-imdario-mergo-1.x v1.20.1
Ettore Di Giacinto 1 year ago committed by GitHub
parent bf5acf646e
commit 92614b91d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      entrypoint.sh

@ -5,7 +5,7 @@ cd /build
if [ "$REBUILD" != "false" ]; then
rm -rf ./local-ai
ESPEAK_DATA=/build/lib/Linux-$(uname -m)/piper_phonemize/lib/espeak-ng-data make build -j${THREADS:-1}
ESPEAK_DATA=/build/lib/Linux-$(uname -m)/piper_phonemize/lib/espeak-ng-data make build -j${BUILD_PARALLELISM:-1}
fi
./local-ai "$@"

Loading…
Cancel
Save