2023-04-24 04:00:12 UTC
1.3 GB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:2ff1d7c41c74a25258bfa6f0b8adb0a727f84518f55f65ca845ebc747976c408 - 3.62% (48.1 MB)
[#001] sha256:567001734355d0ad7c2a228d5f6c482f737fa70092fa4ae99194a518fd14ebb4 - 19.01% (252 MB)
[#002] sha256:5a2aa4f70fba5658d7feabdd51c54c7b3efd5f61d58f178da9c40a724893f8ab - 0.0% (159 Bytes)
[#003] sha256:3b0ecf3056ec07555f9e7d2545402196aae9ad7d698e511cc8b57df5b04d02f8 - 1.87% (24.8 MB)
[#004] sha256:0cee6facc79f67d8156f2a7f4d7cb3d9a4d9611b0e0cfcb3c0fc4ae667fef13d - 75.5% (1000 MB)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ADD file:40953ed6e6f96703b2e0c13288437c2aaf8b3df33dbc423686290cbe0e595a5e in /
2023-04-12 00:20:15 UTC/bin/sh -c #(nop) CMD ["bash"]
2023-04-24 02:44:19 UTC (buildkit.dockerfile.v0)LABEL maintainer=rick@scriptix.io
2023-04-24 02:44:19 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-04-24 02:44:19 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c ln -s /usr/bin/python3 /usr/bin/python # buildkit
2023-04-24 02:44:23 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c git clone --depth 1 https://github.com/kaldi-asr/kaldi.git /opt/kaldi #EOL # buildkit
2023-04-24 04:00:12 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-04-24 04:00:12 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.