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 MB2ARG INSTALL_FFMPEG=false0 B3ARG INSTALL_VULKAN=true0 B4ARG APP_UID=10000 B5RUN |3 INSTALL_FFMPEG=false INSTALL_VULKAN=true APP_UID=100090.81 MB6ARG VAD_MODEL_FILE=ggml-silero-v5.1.2.bin0 B7ARG VAD_MODEL_URL=https://huggingface.co/ggml-org/whisper-vad/resolve/main/ggml-silero-v5.1.2.bin0 B8RUN |5 INSTALL_FFMPEG=false INSTALL_VULKAN=true APP_UID=1000804.62 KB9RUN |5 INSTALL_FFMPEG=false INSTALL_VULKAN=true APP_UID=10003.31 KB10COPY /src/build/bin/whisper-server /usr/local/bin/whisper-server # buildkit17.71 MB11COPY /src/models/download-ggml-model.sh /usr/local/bin/download-ggml-model.sh # buildkit1.59 KB12COPY adapter.py /opt/whisper-adapter/adapter.py # buildkit11.36 KB13COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit1.78 KB14RUN |5 INSTALL_FFMPEG=false INSTALL_VULKAN=true APP_UID=100032 B15ENV WHISPER_MODEL=large-v3-turbo-q5_0 WHISPER_MODEL_DIR=/models WHISPER_BIN=/usr/local/bin/whisper-server WHISPER_LANGUAGE=auto0 B16EXPOSE [8080/tcp]0 B17VOLUME [/models]0 B18USER whisper0 B19WORKDIR /opt/whisper-adapter32 B20ENTRYPOINT ["/usr/bin/tini" "--" "/usr/local/bin/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1783900800'