Skip to content

Commit

Permalink
updated wyoming containers
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Apr 24, 2024
1 parent b332db5 commit 487dc4f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/smart-home/wyoming/assist-microphone/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ HEALTHCHECK --start-period=10m \
| grep -q "assist" \
|| exit 1

ENTRYPOINT ["/init"]
CMD /init
2 changes: 1 addition & 1 deletion packages/smart-home/wyoming/openwakeword/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ HEALTHCHECK --start-period=10m \

EXPOSE ${OPENWAKEWORD_PORT}/tcp

ENTRYPOINT ["/init"]
CMD /init
4 changes: 3 additions & 1 deletion packages/smart-home/wyoming/piper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 3 additions & 1 deletion packages/smart-home/wyoming/wyoming-whisper/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 487dc4f

Please sign in to comment.