Namespace
rocm
Image / Tag
rocm-terminal:6.0.2
Content Digest
sha256:bc74d936d4b66c9f67b6c35fb4556d0254f0ab59c0b2ab49c0f730dafa482ccc
Details
Created

2024-02-01 16:48:36 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:527f5363b98e562da03d2e0bbf86fd7c34f487bffd9b27a3cf0a9afea2f0ee1f - 1.32% (26.2 MB)

[#001] sha256:d9cbc4746cdf9586b65a15ab7154ced474e3bfbfc5bf6fc2c8625a8b7a9bcb31 - 98.68% (1.91 GB)

[#002] sha256:f8e056e00bb74b53d9d11b3bb683ca39352889c81a956e3a418ea1245daa7916 - 0.0% (264 Bytes)

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

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


History
2023-12-13 10:27:43 UTC

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

2023-12-13 10:27:44 UTC

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

2023-12-13 10:27:44 UTC

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

2023-12-13 10:27:44 UTC

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

2023-12-13 10:27:45 UTC

/bin/sh -c #(nop) ADD file:5696198fbfd4074852bdee76ffd84da75da8de76727cef4f0cdd265f7bee6b76 in /

2023-12-13 10:27:45 UTC

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

2024-02-01 16:48:36 UTC (buildkit.dockerfile.v0)

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

2024-02-01 16:48:36 UTC (buildkit.dockerfile.v0)

ARG ROCM_VERSION=5.3

2024-02-01 16:48:36 UTC (buildkit.dockerfile.v0)

ARG AMDGPU_VERSION=5.3

2024-02-01 16:48:36 UTC (buildkit.dockerfile.v0)

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

2024-02-01 16:48:36 UTC (buildkit.dockerfile.v0)

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

2024-02-01 16:48:36 UTC (buildkit.dockerfile.v0)

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

2024-02-01 16:48:36 UTC (buildkit.dockerfile.v0)

USER rocm-user

2024-02-01 16:48:36 UTC (buildkit.dockerfile.v0)

WORKDIR /home/rocm-user

2024-02-01 16:48:36 UTC (buildkit.dockerfile.v0)

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

2024-02-01 16:48:36 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