2024-09-23 03:39:12 UTC
2.28 GB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:8cd46d290033f265db57fd808ac81c444ec5a5b3f189c3d6d85043b647336913 - 2.02% (47.3 MB)
[#001] sha256:7f8fb34fc4173582acea9feb6fb5fc8399321facfb89f5956246a03c3b949513 - 7.08% (165 MB)
[#002] sha256:333da229e4ac2227ce67aa552e9b0ac24494763a1a7ad6996f18b6ca951f7dd7 - 1.07% (24.9 MB)
[#003] sha256:ede343389f58a4b65ffdfa198715b42da11dd6d1064b823172be94ff026744c8 - 89.83% (2.05 GB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ADD file:1129dcf71f67461f4730620f8148cc9ebc7641966fa683cdf84807219ad288b2 in /
2024-09-04 22:30:36 UTC/bin/sh -c #(nop) CMD ["bash"]
2024-09-23 02:53:43 UTC (buildkit.dockerfile.v0)LABEL maintainer=jtrmal@apptek.com
2024-09-23 02:53:43 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends g++ gfortran make automake autoconf bzip2 unzip wget sox libtool git python3 zlib1g-dev ca-certificates patch python-is-python3 && rm -rf /var/lib/apt/lists/* # buildkit
2024-09-23 02:53:46 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c git clone --depth 1 https://github.com/kaldi-asr/kaldi.git /opt/kaldi #EOL # buildkit
2024-09-23 03:39:12 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c cd /opt/kaldi/tools && ./extras/install_openblas.sh && make -j 5 && cd /opt/kaldi/src && ./configure --shared --mathlib=OPENBLAS && make depend -j $(nproc) && make -j 5 # buildkit
2024-09-23 03:39: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.