Skip to content

Commit

Permalink
added models
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jan 30, 2025
1 parent a4b6e1a commit 8a4fbdb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM
ARG BUILD_FROM=ghcr.io/home-assistant/amd64-base-debian:bookworm
FROM ${BUILD_FROM}

# Set shell
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
volumes:
- ./dirs/data:/data
- ./dirs/sentences:/share/vosk/sentences
- ./dirs/models:/share/vosk/models
ports:
- 10300:10300
restart: unless-stopped
Expand Down
1 change: 0 additions & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ fi
echo flags = ${flags[@]}
python3 -m wyoming_vosk \
--uri 'tcp://0.0.0.0:10300' \
--data-dir /data \
--download-dir /data \
--data-dir /share/vosk/models \
--sentences-dir /share/vosk/sentences \
Expand Down

0 comments on commit 8a4fbdb

Please sign in to comment.