Sign inSign up

drumsergio/whisper-subs-worker:0.1.4

Index digest

sha256:0e5fb15efbdde5aefa431c13e2e90ef8420fc816ef437b0bb6179be690407612

OS/ARCH

linux/amd64

Compressed size

140.57 MB

Last pushed

11 days by drumsergio

Type

Image

Manifest digest

sha256:15f47fe1e021a55464e41d08c60d32fd95af29d92893a799f7768aad3dd503f4

Image Layers

1# debian.sh --arch 'amd64' out/28.41 MB
2ARG INSTALL_FFMPEG=false0 B
3ARG INSTALL_VULKAN=true0 B
4ARG APP_UID=10000 B
5RUN |3 INSTALL_FFMPEG=false INSTALL_VULKAN=true APP_UID=100093.64 MB
6ARG VAD_MODEL_FILE=ggml-silero-v5.1.2.bin0 B
7ARG VAD_MODEL_URL=https://huggingface.co/ggml-org/whisper-vad/resolve/main/ggml-silero-v5.1.2.bin0 B
8RUN |5 INSTALL_FFMPEG=false INSTALL_VULKAN=true APP_UID=1000804.61 KB
9RUN |5 INSTALL_FFMPEG=false INSTALL_VULKAN=true APP_UID=10003.31 KB
10COPY /src/build/bin/whisper-server /usr/local/bin/whisper-server # buildkit17.71 MB
11COPY /src/models/download-ggml-model.sh /usr/local/bin/download-ggml-model.sh # buildkit1.59 KB
12COPY adapter.py /opt/whisper-adapter/adapter.py # buildkit11.91 KB
13COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit1.78 KB
14RUN |5 INSTALL_FFMPEG=false INSTALL_VULKAN=true APP_UID=100032 B
15ENV WHISPER_MODEL=large-v3-turbo-q5_0 WHISPER_MODEL_DIR=/models WHISPER_BIN=/usr/local/bin/whisper-server WHISPER_LANGUAGE=auto0 B
16EXPOSE [8080/tcp]0 B
17VOLUME [/models]0 B
18USER whisper0 B
19WORKDIR /opt/whisper-adapter32 B
20ENTRYPOINT ["/usr/bin/tini" "--" "/usr/local/bin/entrypoint.sh"]0 B

Command

# debian.sh --arch 'amd64' out/ 'trixie' '@1787529600'