diff --git a/whisper/Dockerfile b/whisper/Dockerfile index 26ff8c4..3d6dbb6 100644 --- a/whisper/Dockerfile +++ b/whisper/Dockerfile @@ -2,7 +2,7 @@ FROM debian:bullseye-slim # Install Whisper WORKDIR /usr/src -ARG WHISPER_VERSION='1.0.1' +ARG WYOMING_WHISPER_VERSION='2.0.0' RUN \ apt-get update \ @@ -17,7 +17,7 @@ RUN \ wheel \ && pip3 install --no-cache-dir \ --extra-index-url https://www.piwheels.org/simple \ - "wyoming-faster-whisper==${WHISPER_VERSION}" \ + "wyoming-faster-whisper @ https://github.com/rhasspy/wyoming-faster-whisper/archive/refs/tags/v${WYOMING_WHISPER_VERSION}.tar.gz" \ \ && apt-get purge -y --auto-remove \ build-essential \ diff --git a/whisper/Makefile b/whisper/Makefile index 7447f35..262cf79 100644 --- a/whisper/Makefile +++ b/whisper/Makefile @@ -1,8 +1,8 @@ .PHONY: local run update -VERSION := 1.1.0 +VERSION := 2.0.0 TAG := rhasspy/wyoming-whisper -PLATFORMS := linux/amd64,linux/arm64,linux/armv7 +PLATFORMS := linux/amd64,linux/arm64 DATA_DIR := ${HOME}/.local/share/wyoming/whisper MODEL := tiny-int8 MODEL_LANG := en