From 6e22a671e73d7fe4a0990cd74a2319f6fb57763c Mon Sep 17 00:00:00 2001 From: Mieszko Syty Date: Fri, 20 Dec 2024 13:00:24 +0100 Subject: [PATCH] fix: Set the correct location of onnxruntime headers for piper-phonemize build in piper-tts --- packages/speech/piper-tts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/speech/piper-tts/Dockerfile b/packages/speech/piper-tts/Dockerfile index c509f5768..ec6bc8595 100644 --- a/packages/speech/piper-tts/Dockerfile +++ b/packages/speech/piper-tts/Dockerfile @@ -9,7 +9,7 @@ FROM ${BASE_IMAGE} ARG PIPER_VERSION=master \ PIPER_PHONEMIZE_VERSION=master \ - ONNXRUNTIME_DIR=/usr/local + ONNXRUNTIME_DIR=/opt/onnxruntime/install # make PIPER_CACHE a default mounted location available for downloading the models # this still needs to be explicitly passed to piper.get_voices(), ensure_path_exists(), ect.