Sign inSign up

drumsergio/whisper-subs-worker:0.1.2

Index digest

sha256:57fc260859d42381b8e4e41de047c46697c5cd1ea58eeb88f574bd40192d8fb0

OS/ARCH

linux/amd64

Compressed size

137.73 MB

Last pushed

3 months by drumsergio

Type

Image

Manifest digest

sha256:6f70623402be41d6e969202be135866c666e9d77999feee5ab303a90af025017

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=100090.81 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.62 KB
9RUN |5 INSTALL_FFMPEG=false INSTALL_VULKAN=true APP_UID=10003.3 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.6 KB
12COPY adapter.py /opt/whisper-adapter/adapter.py # buildkit9.17 KB
13COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit1.77 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' '@1782172800'