Namespace
kaldiasr
Image / Tag
kaldi:cpu-debian10-2023-02-20
Content Digest
sha256:9db11e6fa292a4a488e430d4c593734ee9033a8b16585f1d867c8d11b4f371e6
Details
Created

2023-02-20 04:02:20 UTC

Size

1.3 GB

Content Digest
Labels
  • maintainer
    rick@scriptix.io

Environment
PATH

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


Layers

[#000] sha256:b2404786f3febb4866f85b0c8f52b0b0b94dfdb6543e94cd65f961c68f325ff7 - 3.62% (48.1 MB)

[#001] sha256:ef250b6950de5d9f8806a6cfa467f0ec5aa09cfcb6fd4bce1d078b767d2f3765 - 19.01% (252 MB)

[#002] sha256:26c7cc248116e02cfcdfb23a642c7ca3289334230fd5a17b05a9696dadbcf092 - 0.0% (157 Bytes)

[#003] sha256:b66dc09471ff7f1c40941a271dd1000a27baf825c97416ba2f3a089baa6f9aee - 1.87% (24.8 MB)

[#004] sha256:f6f3e439e82b758094ec2c6126073fe42c49879a0ec1b5b7ea4fe16b79fd0a48 - 75.5% (1000 MB)

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


History
2023-02-09 03:20:33 UTC

/bin/sh -c #(nop) ADD file:dc52371b5f4608e5887e8c657ff951d1895e0047960f44b153c4a55ebf1726d5 in /

2023-02-09 03:20:33 UTC

/bin/sh -c #(nop) CMD ["bash"]

2023-02-20 02:55:00 UTC (buildkit.dockerfile.v0)

LABEL maintainer=rick@scriptix.io

2023-02-20 02:55:00 UTC (buildkit.dockerfile.v0)

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

2023-02-20 02:55:00 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c ln -s /usr/bin/python3 /usr/bin/python # buildkit

2023-02-20 02:55:04 UTC (buildkit.dockerfile.v0)

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

2023-02-20 04:02:20 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c cd /opt/kaldi/tools && ./extras/install_mkl.sh && make -j $(nproc) && cd /opt/kaldi/src && ./configure --shared && make depend -j $(nproc) && make -j $(nproc) && find /opt/kaldi -type f \( -name "*.o" -o -name "*.la" -o -name "*.a" \) -exec rm {} \; && find /opt/intel -type f -name "*.a" -exec rm {} \; && find /opt/intel -type f -regex '.*\(_mc.?\|_mic\|_thread\|_ilp64\)\.so' -exec rm {} \; && rm -rf /opt/kaldi/.git # buildkit

2023-02-20 04:02:20 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