sha256:6f339c04a137453aa718e20667818407cbfeea0c15a40eb6ae994243a6de9955
OS/ARCH
linux/amd64
Compressed size
337.66 MB
Last pushed
13 days by dublok
Type
Image
Manifest digest
sha256:02265b7bed0411e091e03cb0dbceae787ba3c129fa67dbbcde1fa236e421fbbe
Image Layers
1# debian.sh --arch 'amd64' out/26.92 MB2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B3ENV LANG=C.UTF-80 B4RUN /bin/sh -c set -eux;3.37 MB5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B6ENV PYTHON_VERSION=3.12.140 B7ENV PYTHON_SHA256=5c8462af5790baf43a321a1559dbe0db06d1be4300fb85fb53c40060668e548a0 B8RUN /bin/sh -c set -eux;13.04 MB9RUN /bin/sh -c set -eux;249 B10CMD ["python3"]0 B11ENV PYTHONDONTWRITEBYTECODE=10 B12ENV PYTHONUNBUFFERED=10 B13RUN /bin/sh -c apt-get update163.41 MB14WORKDIR /app93 B15COPY /app/whisper/build/bin/whisper-cli /app/whisper/build/bin/whisper-cli # buildkit425.34 KB16COPY /app/whisper/build/bin/libwhisper.so.1 /app/whisper/build/bin/libwhisper.so.1 # buildkit235.59 KB17COPY /app/whisper/build/bin/libggml.so.0 /app/whisper/build/bin/libggml.so.0 # buildkit18.65 KB18COPY /app/whisper/build/bin/libggml-base.so.0 /app/whisper/build/bin/libggml-base.so.0 # buildkit359.52 KB19COPY /app/whisper/build/bin/libggml-cpu.so.0 /app/whisper/build/bin/libggml-cpu.so.0 # buildkit396.79 KB20COPY /app/whisper/models/ggml-base.en.bin /app/whisper/models/ggml-base.en.bin # buildkit127.42 MB21COPY requirements.txt /app/requirements.txt # buildkit610 B22RUN /bin/sh -c pip install2.1 MB23COPY app.py /app/ # buildkit1.27 KB24RUN /bin/sh -c groupadd -g1.15 KB25USER app0 B26EXPOSE [5000/tcp]0 B27HEALTHCHECK {Test:[CMD python -c import0 B28CMD ["gunicorn" "-w" "4" "-b"0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'