Skip to content

Commit

Permalink
chore: Add rhasspy-speech option
Browse files Browse the repository at this point in the history
  • Loading branch information
edurenye committed Jan 8, 2025
1 parent 4c5764a commit 936b766
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docker-compose.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,9 @@ services:
# - "10400:10400"
# <<: [ *common ]

# wyoming-rhasspy-speech:
# build:
# context: ./rhasspy-speech/
# ports:
# - "10300:10300"
# <<: [ *common ]
5 changes: 5 additions & 0 deletions docker-compose.gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,8 @@ services:
# service: wyoming-microwakeword
# <<: [ *gpu ]

# wyoming-rhasspy-speech:
# extends:
# file: docker-compose.base.yml
# service: wyoming-rhasspy-speech
# <<: [ *gpu ]
4 changes: 3 additions & 1 deletion rhasspy-speech/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 936b766

Please sign in to comment.