Update entrypoint.sh

This commit is contained in:
Matthew Koski 2023-06-25 14:41:41 -05:00 committed by GitHub
parent 53f8d73101
commit c49320e0f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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