2024-06-10 03:16:35 UTC
1.3 GB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:673c873103ec067ad3ce1763a9ed20efd4591771bc605ceede174e83eb25ee0d - 3.64% (48.3 MB)
[#001] sha256:6d3a82e4d945207f71fe0131a1ce57a12e3a17a9fab47f1a38a22d2bd49dc85b - 19.0% (252 MB)
[#002] sha256:3cdae97dfdf19936883c7e9237eca16dbed3ce7682f5aa80d327c242d26c4154 - 0.0% (151 Bytes)
[#003] sha256:c7c618377ede9ac8342529e1b4553d9d02bb7efa43327dcbf2c00e861c5c22a3 - 1.87% (24.9 MB)
[#004] sha256:50b3586f8094258439c9c275c0016b052264820443e86351c86ddeb1842dd3e0 - 75.49% (1000 MB)
[#005] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ADD file:9062f3516bb9d149bc29e8f3ee94806152277d05a3f2ee0ba7bc2040d8bfc8d5 in /
2024-05-14 01:28:37 UTC/bin/sh -c #(nop) CMD ["bash"]
2024-06-10 02:44:51 UTC (buildkit.dockerfile.v0)LABEL maintainer=rick@scriptix.io
2024-06-10 02:44:51 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
2024-06-10 02:44:51 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c ln -s /usr/bin/python3 /usr/bin/python # buildkit
2024-06-10 02:44:55 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c git clone --depth 1 https://github.com/kaldi-asr/kaldi.git /opt/kaldi #EOL # buildkit
2024-06-10 03:16:35 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
2024-06-10 03:16:35 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.