2025-01-29 00:05:34 UTC
1.02 GB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/rocm/bin
[#000] sha256:d9802f032d6798e2086607424bfe88cb8ec1d6f116e11cd99592dcaf261e9cd2 - 2.5% (26.2 MB)
[#001] sha256:c04e2496c1bee54333b6d6abd845496d92abeed20c4d1704a45f92b561e39d0f - 97.5% (1020 MB)
[#002] sha256:b4fe1a6392d01b024234237e8b11e376e56d1f2643d70aa799032e3e8a5f6a14 - 0.0% (264 Bytes)
[#003] sha256:66bbaf00a4c34d69e52a0fe1fdf895eefe795d94e6bba5f8ae6ed9c120517925 - 0.0% (4.25 KB)
[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2024-10-11 03:38:25 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2024-10-11 03:38:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2024-10-11 03:38:25 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04
2024-10-11 03:38:27 UTC/bin/sh -c #(nop) ADD file:7486147a645d8835a5181c79f00a3606c6b714c83bcbfcd8862221eb14690f9e in /
2024-10-11 03:38:27 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-01-29 00:05:33 UTC (buildkit.dockerfile.v0)LABEL maintainer=dl.mlsedevops@amd.com
2025-01-29 00:05:33 UTC (buildkit.dockerfile.v0)ARG ROCM_VERSION=6.2
2025-01-29 00:05:33 UTC (buildkit.dockerfile.v0)ARG AMDGPU_VERSION=6.2
2025-01-29 00:05:33 UTC (buildkit.dockerfile.v0)RUN |2 ROCM_VERSION=6.3.2 AMDGPU_VERSION=6.3.2 /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-01-29 00:05:33 UTC (buildkit.dockerfile.v0)COPY sudo-nopasswd /etc/sudoers.d/sudo-nopasswd # buildkit
2025-01-29 00:05:34 UTC (buildkit.dockerfile.v0)RUN |2 ROCM_VERSION=6.3.2 AMDGPU_VERSION=6.3.2 /bin/sh -c useradd --create-home -G sudo,video --shell /bin/bash rocm-user # buildkit
2025-01-29 00:05:34 UTC (buildkit.dockerfile.v0)USER rocm-user
2025-01-29 00:05:34 UTC (buildkit.dockerfile.v0)WORKDIR /home/rocm-user
2025-01-29 00:05:34 UTC (buildkit.dockerfile.v0)ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/rocm/bin
2025-01-29 00:05:34 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.