From c49320e0f7ef8c7a6f4b635eadd81a026f7067c6 Mon Sep 17 00:00:00 2001 From: Matthew Koski Date: Sun, 25 Jun 2023 14:41:41 -0500 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 89feaf67..eaffed98 100755 --- a/entrypoint.sh +++ b/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 + ESPEAK_DATA=/build/lib/Linux-$(uname -m)/piper_phonemize/lib/espeak-ng-data make build -j${THREADS:-1} fi -./local-ai "$@" \ No newline at end of file +./local-ai "$@"