I'm trying to use a custom model in wyoming-piper docker container.
I copied both "it_IT-leonardo-high.onnx" and "it_IT-leonardo-high.onnx.json" in my local data folder that is mounted to the data folder inside the container.
I'm running the conteiner with this docker compose file:
wyoming-piper:
image: rhasspy/wyoming-piper
network_mode: host
volumes:
- home/satellite/voice/piper/data:/data
command: >
--data-dir /data
--voice it_IT-leonardo-high
restart: unless-stopped
But it just ignores what I set in the --voice args and downloads the dafault voice for italian, I think because it's the one selected in HA (see screenshot)