Sign inSign up

dublok/whisperdock:2b054f2

Machine learning & AI
Index digest

sha256:1f33de50a917bbd6cbad334e91f4941920c43757e6af6fa27f4e6f8dc5c2a6be

OS/ARCH

linux/amd64

Compressed size

655.54 MB

Last pushed

21 days by dublok

Type

Image

Manifest digest

sha256:44ea1a5364c68765ddfcb62a7dcc3a6034b12c9950438c5831e9235e6645173e

Image Layers

1# debian.sh --arch 'amd64' out/46.25 MB
2RUN /bin/sh -c set -eux;22.94 MB
3RUN /bin/sh -c set -eux;61.43 MB
4RUN /bin/sh -c set -ex;201.86 MB
5ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
6ENV LANG=C.UTF-80 B
7RUN /bin/sh -c set -eux;5.88 MB
8ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
9ENV PYTHON_VERSION=3.12.140 B
10ENV PYTHON_SHA256=5c8462af5790baf43a321a1559dbe0db06d1be4300fb85fb53c40060668e548a0 B
11RUN /bin/sh -c set -eux;24.53 MB
12RUN /bin/sh -c set -eux;250 B
13CMD ["python3"]0 B
14ENV PYTHONDONTWRITEBYTECODE=10 B
15ENV PYTHONUNBUFFERED=10 B
16RUN /bin/sh -c apt-get update150.27 MB
17WORKDIR /app93 B
18COPY whisper /app/whisper # buildkit5.54 MB
19WORKDIR /app/whisper32 B
20RUN /bin/sh -c bash ./models/download-ggml-model.sh127.42 MB
21RUN /bin/sh -c make CMAKE_ARGS="-DGGML_NATIVE=OFF"7.34 MB
22RUN /bin/sh -c test -x32 B
23COPY requirements.txt /app/requirements.txt # buildkit610 B
24RUN /bin/sh -c pip install2.1 MB
25COPY app.py /app/ # buildkit1.26 KB
26WORKDIR /app32 B
27RUN /bin/sh -c groupadd -g1.17 KB
28USER app0 B
29EXPOSE [5000/tcp]0 B
30HEALTHCHECK {Test:[CMD python -c import0 B
31CMD ["gunicorn" "-w" "4" "-b"0 B

Command

# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'