sha256:d913529d63a7de5f5fbc813600376c27d67537b4950da743ba224d0723b45df7
OS/ARCH
linux/amd64
Compressed size
3.56 GB
Last pushed
over 1 year by linagoralinto
Type
Image
Manifest digest
sha256:d913529d63a7de5f5fbc813600376c27d67537b4950da743ba224d0723b45df7
Image Layers
1# debian.sh --arch 'amd64' out/47.29 MB2RUN /bin/sh -c set -eux;22.76 MB3RUN /bin/sh -c set -eux;61.41 MB4RUN /bin/sh -c set -ex;201.52 MB5ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B6ENV LANG=C.UTF-80 B7RUN /bin/sh -c set -eux;5.88 MB8ENV GPG_KEY=A035C8C19219BA821ECEA86B64E628F8D684696D0 B9ENV PYTHON_VERSION=3.10.160 B10ENV PYTHON_SHA256=bfb249609990220491a1b92850a07135ed0831e41738cf681d63cf01b2a8fbd10 B11RUN /bin/sh -c set -eux;20.4 MB12RUN /bin/sh -c set -eux;252 B13CMD ["python3"]0 B15RUN /bin/sh -c apt-get update202.88 MB16WORKDIR /usr/src/app162 B17COPY pyannote/requirements.txt ./ # buildkit408 B18RUN /bin/sh -c pip install2.9 GB19RUN /bin/sh -c mkdir -p164 B20RUN /bin/sh -c wget https://dl.linto.ai/downloads/model-distribution/speaker-diarization/pyannote-3.1.zip57.58 MB21RUN /bin/sh -c unzip pyannote-3.1.zip57.55 MB22RUN /bin/sh -c rm pyannote-3.1.zip192 B23COPY celery_app /usr/src/app/celery_app # buildkit2.05 KB24COPY http_server /usr/src/app/http_server # buildkit2.68 KB25COPY document /usr/src/app/document # buildkit837 B26COPY docker-entrypoint.sh wait-for-it.sh healthcheck.sh ./3.16 KB27COPY pyannote/diarization /usr/src/app/diarization # buildkit3.32 KB28COPY identification /usr/src/app/identification # buildkit6.21 KB29COPY pyannote/RELEASE.md ./ # buildkit668 B30RUN /bin/sh -c export VERSION=$(awk93 B31ENV PYTHONPATH=:/usr/src/app/diarization0 B32HEALTHCHECK &{["CMD-SHELL" "./healthcheck.sh"] "0s" "0s"0 B33ENTRYPOINT ["./docker-entrypoint.sh"]0 BCommand
# debian.sh --arch 'amd64' out/ 'bookworm' '@1733097600'