sha256:23846ef3a25fc21ab0828b5004c3dbe0b210984f03199bc51cbddf4f2a81d4bd
OS/ARCH
linux/amd64
Compressed size
136.94 MB
Last pushed
3 months by drumsergio
Type
Image
Manifest digest
sha256:00c2097652016875ba0637a2d3bdab78a29b5be105a4358f68434ddd2123dd34
Image Layers
1# debian.sh --arch 'amd64' out/28.41 MB2ARG INSTALL_FFMPEG=false0 B3RUN |1 INSTALL_FFMPEG=false /bin/sh -c90.81 MB4RUN |1 INSTALL_FFMPEG=false /bin/sh -c3.29 KB5COPY /src/build/bin/whisper-server /usr/local/bin/whisper-server # buildkit17.71 MB6COPY /src/models/download-ggml-model.sh /usr/local/bin/download-ggml-model.sh # buildkit1.59 KB7COPY adapter.py /opt/whisper-adapter/adapter.py # buildkit5.97 KB8COPY entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit991 B9RUN |1 INSTALL_FFMPEG=false /bin/sh -c32 B10ENV WHISPER_MODEL=large-v3-turbo-q5_0 WHISPER_MODEL_DIR=/models WHISPER_BIN=/usr/local/bin/whisper-server WHISPER_LANGUAGE=auto0 B11EXPOSE [8080/tcp]0 B12VOLUME [/models]0 B13USER whisper0 B14WORKDIR /opt/whisper-adapter32 B15ENTRYPOINT ["/usr/bin/tini" "--" "/usr/local/bin/entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'trixie' '@1782172800'