From 487dc4ffbd93d59ed7d4450636cabb2fd074c071 Mon Sep 17 00:00:00 2001 From: Dustin Franklin Date: Wed, 24 Apr 2024 03:10:36 -0400 Subject: [PATCH] updated wyoming containers --- packages/smart-home/wyoming/assist-microphone/Dockerfile | 2 +- packages/smart-home/wyoming/openwakeword/Dockerfile | 2 +- packages/smart-home/wyoming/piper/Dockerfile | 4 +++- packages/smart-home/wyoming/wyoming-whisper/Dockerfile | 4 +++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/packages/smart-home/wyoming/assist-microphone/Dockerfile b/packages/smart-home/wyoming/assist-microphone/Dockerfile index d041c511b..6b9fbed5e 100644 --- a/packages/smart-home/wyoming/assist-microphone/Dockerfile +++ b/packages/smart-home/wyoming/assist-microphone/Dockerfile @@ -48,4 +48,4 @@ HEALTHCHECK --start-period=10m \ | grep -q "assist" \ || exit 1 -ENTRYPOINT ["/init"] +CMD /init diff --git a/packages/smart-home/wyoming/openwakeword/Dockerfile b/packages/smart-home/wyoming/openwakeword/Dockerfile index 4bd8b3d1f..0a7b9a95e 100644 --- a/packages/smart-home/wyoming/openwakeword/Dockerfile +++ b/packages/smart-home/wyoming/openwakeword/Dockerfile @@ -39,4 +39,4 @@ HEALTHCHECK --start-period=10m \ EXPOSE ${OPENWAKEWORD_PORT}/tcp -ENTRYPOINT ["/init"] +CMD /init diff --git a/packages/smart-home/wyoming/piper/Dockerfile b/packages/smart-home/wyoming/piper/Dockerfile index 9ff7446f5..6cff29f44 100644 --- a/packages/smart-home/wyoming/piper/Dockerfile +++ b/packages/smart-home/wyoming/piper/Dockerfile @@ -43,4 +43,6 @@ HEALTHCHECK --start-period=10m \ | grep -q "piper" \ || exit 1 -ENTRYPOINT ["/init"] +# this makes the tests go boom +#ENTRYPOINT ["/init"] +CMD /init diff --git a/packages/smart-home/wyoming/wyoming-whisper/Dockerfile b/packages/smart-home/wyoming/wyoming-whisper/Dockerfile index 21dab57fd..ee33bc73d 100644 --- a/packages/smart-home/wyoming/wyoming-whisper/Dockerfile +++ b/packages/smart-home/wyoming/wyoming-whisper/Dockerfile @@ -35,4 +35,6 @@ HEALTHCHECK --start-period=10m \ | grep -q "faster-whisper" \ || exit 1 -ENTRYPOINT ["/init"] +# this makes the tests go boom +#ENTRYPOINT ["/init"] +CMD /init \ No newline at end of file