Namespace
kaldiasr
Image / Tag
kaldi:cpu-debian10-2022-08-22
Content Digest
sha256:13968b75712ad8558c1759955a540f68b9b6498d19d070c1af5f46b610ebfb0a
Details
Created

2022-08-22 04:33:37 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:7e6a53d1988fa8e19db6bcfc96ee6783afb079c38dbe047528e691815d19a9fa - 3.62% (48.1 MB)

[#001] sha256:8608e2ba2f1e0a621475581fd72228a53559767e78692184c9c1d86ee6fcf52f - 19.02% (253 MB)

[#002] sha256:06e5df38ca7d50ce67e31a726f48d6d5ab74e4ab29fcae6cf269672e2e933e50 - 0.0% (159 Bytes)

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

[#004] sha256:5a5447d48056299cfe183114a5f38c74fe190f47952bc76ed401aa2b8ea231e6 - 75.48% (1000 MB)

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


History
2022-08-02 01:20:14 UTC

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

2022-08-02 01:20:14 UTC

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

2022-08-22 03:26:26 UTC (buildkit.dockerfile.v0)

LABEL maintainer=rick@scriptix.io

2022-08-22 03:26:26 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

2022-08-22 03:26:26 UTC (buildkit.dockerfile.v0)

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

2022-08-22 03:26:31 UTC (buildkit.dockerfile.v0)

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

2022-08-22 04:33:37 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

2022-08-22 04:33:37 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