Namespace
rocm
Image / Tag
rocm-terminal:5.6
Content Digest
sha256:66e787784a0b6372231d7f0368b863b57756c70a9ccbe2ba7ff850c96f00ff61
Details
Created

2023-06-29 02:38:42 UTC

Size

1.77 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:ca1778b6935686ad781c27472c4668fc61ec3aeb85494f72deb1921892b9d39e - 1.45% (26.2 MB)

[#001] sha256:bf7f2ec649e8d43a191e8e67f19dfab2c3bd5dc62cca195b7ea18e6ea19a6fe6 - 98.55% (1.74 GB)

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

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

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


History
2023-04-13 13:05:13 UTC

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

2023-04-13 13:05:13 UTC

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

2023-04-13 13:05:13 UTC

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

2023-04-13 13:05:13 UTC

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

2023-04-13 13:05:15 UTC

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

2023-04-13 13:05:15 UTC

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

2023-06-29 02:38:41 UTC (buildkit.dockerfile.v0)

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

2023-06-29 02:38:41 UTC (buildkit.dockerfile.v0)

ARG ROCM_VERSION=5.3

2023-06-29 02:38:41 UTC (buildkit.dockerfile.v0)

ARG AMDGPU_VERSION=5.3

2023-06-29 02:38:41 UTC (buildkit.dockerfile.v0)

RUN |2 ROCM_VERSION=5.6 AMDGPU_VERSION=5.6 /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-06-29 02:38:41 UTC (buildkit.dockerfile.v0)

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

2023-06-29 02:38:42 UTC (buildkit.dockerfile.v0)

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

2023-06-29 02:38:42 UTC (buildkit.dockerfile.v0)

USER rocm-user

2023-06-29 02:38:42 UTC (buildkit.dockerfile.v0)

WORKDIR /home/rocm-user

2023-06-29 02:38:42 UTC (buildkit.dockerfile.v0)

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

2023-06-29 02:38:42 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