speech-to-phrase (1.4.1.1)

Published 2025-12-19 19:48:22 +01:00 by pierre

Installation

docker pull git.zabi.ovh/pierre/speech-to-phrase:1.4.1.1
sha256:e257d1627cad445093d00a763bc5442306e8ab3646a1a8f9c035a7e30ba7ce92

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1765152000'
WORKDIR /usr/src
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends python3 python3-pip python3-dev python3-venv libopenblas0 libencode-perl curl build-essential && mkdir ./tools && curl --location --output - "https://huggingface.co/datasets/rhasspy/rhasspy-speech/resolve/main/tools/rhasspy-speech_amd64.tar.gz?download=true" | tar -C ./tools -xzf - # buildkit
RUN /bin/sh -c python3 -m venv .venv && .venv/bin/pip3 install --no-cache-dir ./git && apt-get remove --yes build-essential && apt-get autoclean && apt-get purge && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /
COPY run.sh ./ # buildkit
EXPOSE [10300/tcp]
ENTRYPOINT ["bash" "/run.sh"]

Labels

Key Value
com.docker.compose.project docker
com.docker.compose.service speech-to-phrase
com.docker.compose.version 5.0.0
Details
Container
2025-12-19 19:48:22 +01:00
90
OCI / Docker
linux/amd64
320 MiB
Versions (2) View all
1.4.3.0 2026-04-04
1.4.1.1 2025-12-19