Namespace
kaldiasr
Image / Tag
kaldi:cpu-debian12-mkl-2024-12-02
Content Digest
sha256:9e85283a8b2ac0ed021433ea875a3fe04c9d0dc642b80db8ac60be138715d37d
Details
Created

2024-12-02 04:10:48 UTC

Size

2.82 GB

Content Digest
Labels
  • maintainer
    jtrmal@apptek.com

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin


Layers

[#000] sha256:b2b31b28ee3c96e96195c754f8679f690db4b18e475682d716122016ef056f39 - 1.64% (47.3 MB)

[#001] sha256:d99792a55202ee69373ba954cfd5309d3be93aac89818a22af072ccc4023f746 - 5.73% (165 MB)

[#002] sha256:79da735f1518493cd746f31bf8d415f15f6982f526ff52885c7a2b4c44036dc2 - 0.86% (24.9 MB)

[#003] sha256:6aebcdb8ce03a2c01a772a958f3546b3d0ba1fcd0a5cd58e27ee4b5b3437c085 - 91.76% (2.58 GB)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2024-11-11 00:00:00 UTC (buildkit.dockerfile.v0)

ADD rootfs.tar.xz / # buildkit

2024-11-11 00:00:00 UTC (buildkit.dockerfile.v0)

CMD ["bash"]

2024-12-02 03:25:20 UTC (buildkit.dockerfile.v0)

LABEL maintainer=jtrmal@apptek.com

2024-12-02 03:25:20 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends g++ gfortran make automake autoconf bzip2 unzip wget sox libtool git python3 zlib1g-dev ca-certificates patch python-is-python3 && rm -rf /var/lib/apt/lists/* # buildkit

2024-12-02 03:25:23 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c git clone --depth 1 https://github.com/kaldi-asr/kaldi.git /opt/kaldi #EOL # buildkit

2024-12-02 04:10:48 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c cd /opt/kaldi/tools && ./extras/install_mkl.sh && make -j 5 && cd /opt/kaldi/src && ./configure --shared && make depend -j $(nproc) && make -j 5 # buildkit

2024-12-02 04:10:48 UTC (buildkit.dockerfile.v0)

WORKDIR /opt/kaldi/

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete