Sign inSign up

drumsergio/whisper-subs-worker:0.1.3

Index digest

sha256:90b2fecd69c553678073235430c3a75ffdd47b5963817358567e62b43dd363a4

OS/ARCH

linux/amd64

Compressed size

137.73 MB

Last pushed

about 2 months by drumsergio

Type

Image

Manifest digest

sha256:64545cc07e9480ebce4871744f3a32abeb66e5437d634299354d4a8854f3df4f

Image Layers

1# debian.sh --arch 'amd64' out/28.4 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.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.36 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' '@1783900800'