Skip to content

Commit

Permalink
wyoming-vosk 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Oct 29, 2023
1 parent f029919 commit 0674ca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vosk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG TARGETVARIANT

# Install wyoming-vosk
WORKDIR /usr/src
ENV WYOMING_VOSK_VERSION=1.2.0
ENV WYOMING_VOSK_VERSION=1.3.0
ENV PIP_BREAK_SYSTEM_PACKAGES=1

RUN \
Expand Down
2 changes: 1 addition & 1 deletion vosk/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: local run update

VERSION := 1.2.0
VERSION := 1.3.0
TAG := rhasspy/wyoming-vosk
PLATFORMS := linux/amd64,linux/arm64,linux/arm/v7
HOST := 0.0.0.0
Expand Down

0 comments on commit 0674ca3

Please sign in to comment.