hf_localai / entrypoint.sh
chasemcdo's picture
Don't delete ./local-ai
18b99c4
raw
history blame contribute delete
190 Bytes
#!/bin/bash
set -e
cd /build
if [ "$REBUILD" != "false" ]; then
ESPEAK_DATA=/build/lib/Linux-$(uname -m)/piper_phonemize/lib/espeak-ng-data make build -j${THREADS:-1}
fi
./local-ai "$@"