docker.io/rocm/k8s-device-plugin:latest linux/amd64

docker.io/rocm/k8s-device-plugin:latest - 国内下载镜像源 浏览次数:25

温馨提示:此镜像为latest tag镜像,本站无法保证此版本为最新镜像

**罗氏 GPU 插件镜像**

Rochm GPU plugin image

描述:

  • 基于 OpenRocm 的 GPU 设备驱动程序和插件
  • 支持多个 GPU 设备类型,包括 AMD Radeon 和 NVIDIA GeForce
  • 提供了对容器的 GPU 运算能力的接口
  • 可与 Kubernetes 集成,自动检测和配置 GPU 设备

关键词:

  • Rochm
  • GPU
  • 插件
  • Kubernetes
源镜像 docker.io/rocm/k8s-device-plugin:latest
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rocm/k8s-device-plugin:latest
镜像ID sha256:1633486f481ceeca1a7c73fed3964af1cfb70b1ec8b796556755a35f1bf1dd66
镜像TAG latest
大小 27.51MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD ./k8s-device-plugin -logtostderr=true -stderrthreshold=INFO -v=5
启动入口
工作目录 /root/
OS/平台 linux/amd64
浏览量 25 次
贡献者
镜像创建 2024-09-12T02:55:36.761023395Z
同步时间 2024-09-13 00:37
更新时间 2024-09-20 05:33
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
镜像标签
Kenny Ho <Kenny.Ho@amd.com>: org.opencontainers.image.authors Apache-2.0: org.opencontainers.image.licenses https://github.com/ROCm/k8s-device-plugin: org.opencontainers.image.source Advanced Micro Devices, Inc.: org.opencontainers.image.vendor

Docker拉取命令 无权限下载?点我修复

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rocm/k8s-device-plugin:latest
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rocm/k8s-device-plugin:latest  docker.io/rocm/k8s-device-plugin:latest

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rocm/k8s-device-plugin:latest
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rocm/k8s-device-plugin:latest  docker.io/rocm/k8s-device-plugin:latest

Shell快速替换命令

sed -i 's#rocm/k8s-device-plugin:latest#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rocm/k8s-device-plugin:latest#' deployment.yaml

镜像历史

大小 创建时间 层信息
0.00B 2024-09-12 10:55:36 CMD ["./k8s-device-plugin" "-logtostderr=true" "-stderrthreshold=INFO" "-v=5"]
15.45MB 2024-09-12 10:55:36 COPY /go/bin/k8s-device-plugin . # buildkit
0.00B 2024-09-12 10:53:38 WORKDIR /root/
1.75MB 2024-09-12 10:53:38 RUN /bin/sh -c apk --no-cache add hwloc --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community # buildkit
2.51MB 2024-09-12 10:53:34 RUN /bin/sh -c apk --no-cache add ca-certificates libdrm # buildkit
0.00B 2024-09-12 10:53:34 LABEL org.opencontainers.image.source=https://github.com/ROCm/k8s-device-plugin org.opencontainers.image.authors=Kenny Ho <Kenny.Ho@amd.com> org.opencontainers.image.vendor=Advanced Micro Devices, Inc. org.opencontainers.image.licenses=Apache-2.0
0.00B 2024-09-07 06:20:07 /bin/sh -c #(nop) CMD ["/bin/sh"]
7.80MB 2024-09-07 06:20:07 /bin/sh -c #(nop) ADD file:5758b97d8301c84a204a6e516241275d785a7cade40b2fb99f01fe122482e283 in /

镜像信息

{
    "Id": "sha256:1633486f481ceeca1a7c73fed3964af1cfb70b1ec8b796556755a35f1bf1dd66",
    "RepoTags": [
        "rocm/k8s-device-plugin:latest",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rocm/k8s-device-plugin:latest"
    ],
    "RepoDigests": [
        "rocm/k8s-device-plugin@sha256:72c893382bf28a3bd4e1b2b8a92524bc1835d050346305e1e0f5c6bfd6eda118",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rocm/k8s-device-plugin@sha256:72c893382bf28a3bd4e1b2b8a92524bc1835d050346305e1e0f5c6bfd6eda118"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-09-12T02:55:36.761023395Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
        ],
        "Cmd": [
            "./k8s-device-plugin",
            "-logtostderr=true",
            "-stderrthreshold=INFO",
            "-v=5"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": null,
        "WorkingDir": "/root/",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.authors": "Kenny Ho \u003cKenny.Ho@amd.com\u003e",
            "org.opencontainers.image.licenses": "Apache-2.0",
            "org.opencontainers.image.source": "https://github.com/ROCm/k8s-device-plugin",
            "org.opencontainers.image.vendor": "Advanced Micro Devices, Inc."
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 27505003,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/fcc12e00fd21847c3f2165763639534e576c22ac79544c4e9a342ee3712b9cbd/diff:/var/lib/docker/overlay2/dcfe0acfad8b559093638b8161dbd1c615ae5bf83e53b38effbcf6eb11ddc124/diff:/var/lib/docker/overlay2/4997011bded806c934419f1b79df2f49119070191a68ce01a9d329e01b4b6384/diff:/var/lib/docker/overlay2/94dd1ec1a9e30e4bd836ab706b9d4674a4941f4ffda26bd7daf74118c12222b7/diff",
            "MergedDir": "/var/lib/docker/overlay2/de5028da5e95e7059761d8ab8d009240d77d7e25b44c2293829e19cf1ca924ef/merged",
            "UpperDir": "/var/lib/docker/overlay2/de5028da5e95e7059761d8ab8d009240d77d7e25b44c2293829e19cf1ca924ef/diff",
            "WorkDir": "/var/lib/docker/overlay2/de5028da5e95e7059761d8ab8d009240d77d7e25b44c2293829e19cf1ca924ef/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:63ca1fbb43ae5034640e5e6cb3e083e05c290072c5366fcaa9d62435a4cced85",
            "sha256:6d8c20dedd8bea6c8ba4bf28f42f5e2d5c2ee4377850d19fb7b145e377939582",
            "sha256:d4a5bb6be0b05f5a1a4e0775b5a44defdab3031fabb152ae2cc2fa5d581e883b",
            "sha256:5f70bf18a086007016e948b04aed3b82103a36bea41755b6cddfaf10ace3c6ef",
            "sha256:317eef9fdaaaa6d6155564329e5fc7a41632627030654aa44d25f08b5204e782"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-09-13T00:37:18.020242227+08:00"
    }
}

更多版本