speech-to-phrase (sha256:5ef5d0fa5349f3d8c7834b8e699ddb0a5fcf33077e004b42f4e9919672d47cc3)

Published 2026-04-04 22:57:35 +02:00 by pierre

Installation

docker pull git.zabi.ovh/pierre/speech-to-phrase@sha256:5ef5d0fa5349f3d8c7834b8e699ddb0a5fcf33077e004b42f4e9919672d47cc3
sha256:5ef5d0fa5349f3d8c7834b8e699ddb0a5fcf33077e004b42f4e9919672d47cc3

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200'
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.1.1
Details
Container
2026-04-04 22:57:35 +02:00
0
OCI / Docker
linux/amd64
319 MiB
Versions (2) View all
1.4.3.0 2026-04-04
1.4.1.1 2025-12-19