Namespace
rocm
Image / Tag
rocm-terminal:6.0
Content Digest
sha256:36366ec2e24cb2985cb117165fb76d620b37c4a3cc0884fae21a2cb6a2f0bb9a
Details
Created

2023-12-15 21:56:31 UTC

Size

1.94 GB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    20.04

Environment
PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/rocm/bin


Layers

[#000] sha256:25ad149ed3cff49ddb57ceb4418377f63c897198de1f9de7a24506397822de3e - 1.32% (26.2 MB)

[#001] sha256:94c9f8cd2af5e267338499eadf4654854792bbd8e687c9cf3c41b740a75d51f4 - 98.68% (1.92 GB)

[#002] sha256:f8ad22d3390d01725bb2adf7e01551ecbf39ccbf3c54d45d134419687bbd04a0 - 0.0% (265 Bytes)

[#003] sha256:cab97b526add5a0d9fdd9927ee6a7ed52b33adbf3757d78b13d87d625c839018 - 0.0% (4.26 KB)

[#004] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2023-11-28 05:17:39 UTC

/bin/sh -c #(nop) ARG RELEASE

2023-11-28 05:17:39 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2023-11-28 05:17:39 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2023-11-28 05:17:39 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=20.04

2023-11-28 05:17:41 UTC

/bin/sh -c #(nop) ADD file:9169bb1d6ef21313aed17e924538fee03d858460ae6b05e01968457dfc043bd7 in /

2023-11-28 05:17:41 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2023-12-15 21:56:30 UTC (buildkit.dockerfile.v0)

MAINTAINER Peng Sun <Peng.Sun@amd.com>

2023-12-15 21:56:30 UTC (buildkit.dockerfile.v0)

ARG ROCM_VERSION=5.3

2023-12-15 21:56:30 UTC (buildkit.dockerfile.v0)

ARG AMDGPU_VERSION=5.3

2023-12-15 21:56:30 UTC (buildkit.dockerfile.v0)

RUN |2 ROCM_VERSION=6.0 AMDGPU_VERSION=6.0 /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

2023-12-15 21:56:30 UTC (buildkit.dockerfile.v0)

COPY sudo-nopasswd /etc/sudoers.d/sudo-nopasswd # buildkit

2023-12-15 21:56:31 UTC (buildkit.dockerfile.v0)

RUN |2 ROCM_VERSION=6.0 AMDGPU_VERSION=6.0 /bin/sh -c useradd --create-home -G sudo,video --shell /bin/bash rocm-user # buildkit

2023-12-15 21:56:31 UTC (buildkit.dockerfile.v0)

USER rocm-user

2023-12-15 21:56:31 UTC (buildkit.dockerfile.v0)

WORKDIR /home/rocm-user

2023-12-15 21:56:31 UTC (buildkit.dockerfile.v0)

ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/rocm/bin

2023-12-15 21:56:31 UTC (buildkit.dockerfile.v0)

CMD ["bash" "-l"]

Danger Zone
Delete Tag

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.

Delete