2025-07-28 04:02:27 UTC
2.28 GB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:ebed137c7c18cb1906fb8314eabc10611ddf49a281f8c1b5eab987a7137f749f - 1.98% (46.2 MB)
[#001] sha256:8bcd5b34d491c2485d6f6a49a143648a1fd530e790f68c5f160ccdb0b0d47c49 - 7.08% (165 MB)
[#002] sha256:ab342e6afcec3502c0433c1bef200f424d0fe73748840463bef35f595c56f537 - 1.07% (24.9 MB)
[#003] sha256:79e59ff76cbd08a8e0c9794ccd138511691acdd8386b400de7a93febe6efb86a - 89.88% (2.05 GB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
# debian.sh --arch 'amd64' out/ 'bookworm' '@1753056000'
2025-07-28 03:17:13 UTC (buildkit.dockerfile.v0)LABEL maintainer=jtrmal@apptek.com
2025-07-28 03:17:13 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
2025-07-28 03:17:16 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c git clone --depth 1 https://github.com/kaldi-asr/kaldi.git /opt/kaldi #EOL # buildkit
2025-07-28 04:02:27 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
2025-07-28 04:02:27 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.