2022-12-19 03:39:48 UTC
1.3 GB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:620af4e91dbf80032eee9f1ff66a8b04119d7a329b2a13e007d69c8a0b337bf0 - 3.62% (48.1 MB)
[#001] sha256:3b036871d89050ae2a7dce896c97faa9d03fdc75df5143e966746d28a8e4348b - 19.01% (252 MB)
[#002] sha256:9f79806cac146967fd5bc20d22cf4c01298bae411dbe90a2c964edccaeff0e3b - 0.0% (158 Bytes)
[#003] sha256:066ff2e0f7add21def7efd0c03ce019e5d8c007704b6f67bf458058a579225ec - 1.87% (24.8 MB)
[#004] sha256:ef64a28c1a37bfa3929edf80bc457968dc707d5e9e02dfb3d0d5a791300f0ebd - 75.5% (1000 MB)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ADD file:00d8a84de32d523b936621886a10683664f38d8ec0846a60511fcf3a99d0e0c4 in /
2022-12-06 01:21:06 UTC/bin/sh -c #(nop) CMD ["bash"]
2022-12-19 02:44:37 UTC (buildkit.dockerfile.v0)LABEL maintainer=rick@scriptix.io
2022-12-19 02:44:37 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-12-19 02:44:37 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c ln -s /usr/bin/python3 /usr/bin/python # buildkit
2022-12-19 02:44:42 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c git clone --depth 1 https://github.com/kaldi-asr/kaldi.git /opt/kaldi #EOL # buildkit
2022-12-19 03:39:48 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-12-19 03:39:48 UTC (buildkit.dockerfile.v0)WORKDIR /opt/kaldi/
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.