shuoshuo (latest)

Published 2026-07-20 05:28:40 +00:00 by enimatek in enimatek/shuoshuo

Installation

docker pull dev.vaulteq.com/enimatek/shuoshuo:latest
sha256:109a3b2c9bed557b9b2751b846d458be668aaaad91e02833529454ac8aa5acce

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:8c609c85109d07bf47cf268a175b3be8bbe34fc0c41d15d99b090d099f4dc837 in /
CMD ["/bin/bash"]
/bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates ffmpeg wget unzip libopenblas0 && rm -rf /var/lib/apt/lists/*
WORKDIR /app
/bin/sh -c wget -qO /tmp/zhpipe-whisper.zip "https://dev.vaulteq.com/enimatek/zhpipe/actions/runs/82/artifacts/zhpipe-whisper-linux-amd64.zip" && unzip -o /tmp/zhpipe-whisper.zip -d /usr/local/bin/ && chmod +x /usr/local/bin/zhpipe-whisper && rm /tmp/zhpipe-whisper.zip
COPY file:29a527bb363761cf5a29cf2e6a9f25f80be5fc788fcf47a34704084e6c611518 in ./app
COPY dir:21a9357d15ccdf404e71cc8c22a7fff25b159a03058198103bdb67332c9434ef in ./www
/bin/sh -c chmod +x ./app && mkdir -p /data/uploads && mkdir -p /data/models
EXPOSE 3333
ENV WHISPER_MODEL_CACHE_PATH=/data/models
ENV WHISPER_MODEL=large-v3-turbo
ENTRYPOINT ["./app", "--port", "3333", "--data-dir", "/data", "--www-dir", "./www"]

Labels

Key Value
io.buildah.version 1.42.0
org.opencontainers.image.version 24.04
Details
Container
2026-07-20 05:28:40 +00:00
15
OCI / Docker
linux/amd64
244 MiB
Versions (1) View all
latest 2026-07-20