Skip to content

Commit

Permalink
Add microwakeword option
Browse files Browse the repository at this point in the history
  • Loading branch information
edurenye committed Nov 12, 2024
1 parent e6854b1 commit 53bb566
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docker-compose.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,10 @@ services:
# - "10400:10400"
# <<: [ *common ]

# wyoming-microwakeword:
# build:
# context: ./microwakeword/
# ports:
# - "10400:10400"
# <<: [ *common ]

6 changes: 6 additions & 0 deletions docker-compose.gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,9 @@ services:
# service: wyoming-vosk
# <<: [ *gpu ]

# wyoming-microwakeword:
# extends:
# file: docker-compose.base.yml
# service: wyoming-microwakeword
# <<: [ *gpu ]

4 changes: 3 additions & 1 deletion microwakeword/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM debian:bookworm-slim
ARG BASE=debian:bookworm-slim
FROM $BASE

ARG TARGETARCH
ARG TARGETVARIANT

Expand Down

0 comments on commit 53bb566

Please sign in to comment.