2025-04-12 20:42:38 UTC
1.02 GB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/rocm/bin
[#000] sha256:13b7e930469f6d3575a320709035c6acf6f5485a76abcf03d1b92a64c09c2476 - 2.5% (26.2 MB)
[#001] sha256:cdb14c8469699402996acea982c92d9941fb2a0197b116fe20f8586a52aa9da7 - 97.5% (1020 MB)
[#002] sha256:47057daf88106c0616472f349fc846374a33881bc90609d293c7baece2e3010f - 0.0% (262 Bytes)
[#003] sha256:f642835c84b1478c1a7e33c4601df71971cb99b3ad25c6d8a2c8ff16785707ae - 0.0% (4.26 KB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2025-04-08 10:42:46 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-04-08 10:42:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-04-08 10:42:46 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2025-04-08 10:42:48 UTC/bin/sh -c #(nop) ADD file:f9ee450324e6ff2c946bc9aae5cf7e35e240dbd387d8b9f5ee1ed5b8434b9894 in /
2025-04-08 10:42:48 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-04-12 20:42:36 UTC (buildkit.dockerfile.v0)LABEL maintainer=dl.mlsedevops@amd.com
2025-04-12 20:42:36 UTC (buildkit.dockerfile.v0)ARG ROCM_VERSION=6.3.4
2025-04-12 20:42:36 UTC (buildkit.dockerfile.v0)ARG AMDGPU_VERSION=6.3.4
2025-04-12 20:42:36 UTC (buildkit.dockerfile.v0)RUN |2 ROCM_VERSION=6.3.4 AMDGPU_VERSION=6.3.4 /bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates curl gnupg && curl -sL http://repo.radeon.com/rocm/rocm.gpg.key | apt-key add - && sh -c 'echo deb [arch=amd64] http://repo.radeon.com/rocm/apt/$ROCM_VERSION/ focal main > /etc/apt/sources.list.d/rocm.list' && sh -c 'echo deb [arch=amd64] https://repo.radeon.com/amdgpu/$AMDGPU_VERSION/ubuntu focal main > /etc/apt/sources.list.d/amdgpu.list' && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends sudo libelf1 libnuma-dev build-essential git vim-nox cmake-curses-gui kmod file python3 python3-pip rocm-dev && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
2025-04-12 20:42:36 UTC (buildkit.dockerfile.v0)COPY sudo-nopasswd /etc/sudoers.d/sudo-nopasswd # buildkit
2025-04-12 20:42:37 UTC (buildkit.dockerfile.v0)RUN |2 ROCM_VERSION=6.3.4 AMDGPU_VERSION=6.3.4 /bin/sh -c useradd --create-home -G sudo,video --shell /bin/bash rocm-user # buildkit
2025-04-12 20:42:37 UTC (buildkit.dockerfile.v0)USER rocm-user
2025-04-12 20:42:38 UTC (buildkit.dockerfile.v0)WORKDIR /home/rocm-user
2025-04-12 20:42:38 UTC (buildkit.dockerfile.v0)ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/rocm/bin
2025-04-12 20:42:38 UTC (buildkit.dockerfile.v0)CMD ["bash" "-l"]
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.