docker.io/rocm/pytorch:rocm7.2_ubuntu24.04_py3.12_pytorch_release_2.7.1 linux/amd64

docker.io/rocm/pytorch:rocm7.2_ubuntu24.04_py3.12_pytorch_release_2.7.1 - 国内下载镜像源 浏览次数:5

这是一个来自 docker.io 仓库的 rocm/pytorch 镜像。

它可能包含用于在 AMD ROCm 平台上运行 PyTorch 的相关库和依赖项。

源镜像 docker.io/rocm/pytorch:rocm7.2_ubuntu24.04_py3.12_pytorch_release_2.7.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rocm/pytorch:rocm7.2_ubuntu24.04_py3.12_pytorch_release_2.7.1
镜像ID sha256:e17d9d3751f33f2d50bc665499bbdea1847e0cf4184020b9a43cc5a0d7d7f099
镜像TAG rocm7.2_ubuntu24.04_py3.12_pytorch_release_2.7.1
大小 30.66GB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /bin/bash
启动入口
工作目录
OS/平台 linux/amd64
浏览量 5 次
贡献者
镜像创建 2026-01-22T23:00:57.967066879Z
同步时间 2026-02-08 01:52
环境变量
PATH=/opt/venv/bin:/opt/rocm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin DEBIAN_FRONTEND=noninteractive LD_LIBRARY_PATH=/opt/rocm/lib
镜像标签
ubuntu: org.opencontainers.image.ref.name 24.04: org.opencontainers.image.version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rocm/pytorch:rocm7.2_ubuntu24.04_py3.12_pytorch_release_2.7.1
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rocm/pytorch:rocm7.2_ubuntu24.04_py3.12_pytorch_release_2.7.1  docker.io/rocm/pytorch:rocm7.2_ubuntu24.04_py3.12_pytorch_release_2.7.1

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rocm/pytorch:rocm7.2_ubuntu24.04_py3.12_pytorch_release_2.7.1
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rocm/pytorch:rocm7.2_ubuntu24.04_py3.12_pytorch_release_2.7.1  docker.io/rocm/pytorch:rocm7.2_ubuntu24.04_py3.12_pytorch_release_2.7.1

Shell快速替换命令

sed -i 's#rocm/pytorch:rocm7.2_ubuntu24.04_py3.12_pytorch_release_2.7.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rocm/pytorch:rocm7.2_ubuntu24.04_py3.12_pytorch_release_2.7.1#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rocm/pytorch:rocm7.2_ubuntu24.04_py3.12_pytorch_release_2.7.1 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rocm/pytorch:rocm7.2_ubuntu24.04_py3.12_pytorch_release_2.7.1  docker.io/rocm/pytorch:rocm7.2_ubuntu24.04_py3.12_pytorch_release_2.7.1'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rocm/pytorch:rocm7.2_ubuntu24.04_py3.12_pytorch_release_2.7.1 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rocm/pytorch:rocm7.2_ubuntu24.04_py3.12_pytorch_release_2.7.1  docker.io/rocm/pytorch:rocm7.2_ubuntu24.04_py3.12_pytorch_release_2.7.1'

镜像构建历史


# 2026-01-23 07:00:57  180.06KB 执行命令并创建新的镜像层
RUN |10 BASE_IMAGE=ubuntu:24.04 PYTHON_VERSION=3.12 PYTORCH_VERSION=2.7.1 ROCM_VERSION=7.2 AMDGPU_VERSION=7.2.70200-1 TORCH_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/torch-2.7.1+rocm7.2.0.lw.git262e50d5-cp312-cp312-linux_x86_64.whl APEX_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/apex-1.7.0+rocm7.2.0.git7a57becf-cp312-cp312-linux_x86_64.whl TORCHAUDIO_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/torchaudio-2.7.1+rocm7.2.0.git95c61b41-cp312-cp312-linux_x86_64.whl TORCHVISION_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/torchvision-0.22.1+rocm7.2.0.git59a3e1f9-cp312-cp312-linux_x86_64.whl TRITON_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/triton-3.3.1+rocm7.2.0.git28a7371e-cp312-cp312-linux_x86_64.whl /bin/sh -c git clone https://github.com/ROCm/pytorch-micro-benchmarking /var/lib/jenkins/pytorch-micro-benchmarking &&     ln -sf /usr/bin/python3 /usr/bin/python # buildkit
                        
# 2026-01-23 07:00:57  4.43GB 执行命令并创建新的镜像层
RUN |10 BASE_IMAGE=ubuntu:24.04 PYTHON_VERSION=3.12 PYTORCH_VERSION=2.7.1 ROCM_VERSION=7.2 AMDGPU_VERSION=7.2.70200-1 TORCH_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/torch-2.7.1+rocm7.2.0.lw.git262e50d5-cp312-cp312-linux_x86_64.whl APEX_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/apex-1.7.0+rocm7.2.0.git7a57becf-cp312-cp312-linux_x86_64.whl TORCHAUDIO_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/torchaudio-2.7.1+rocm7.2.0.git95c61b41-cp312-cp312-linux_x86_64.whl TORCHVISION_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/torchvision-0.22.1+rocm7.2.0.git59a3e1f9-cp312-cp312-linux_x86_64.whl TRITON_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/triton-3.3.1+rocm7.2.0.git28a7371e-cp312-cp312-linux_x86_64.whl /bin/sh -c pip install --no-cache-dir     ${TORCH_WHEEL}     ${APEX_WHEEL}     ${TORCHAUDIO_WHEEL}     ${TORCHVISION_WHEEL}     ${TRITON_WHEEL} # buildkit
                        
# 2026-01-23 07:00:13  25.25GB 执行命令并创建新的镜像层
RUN |10 BASE_IMAGE=ubuntu:24.04 PYTHON_VERSION=3.12 PYTORCH_VERSION=2.7.1 ROCM_VERSION=7.2 AMDGPU_VERSION=7.2.70200-1 TORCH_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/torch-2.7.1+rocm7.2.0.lw.git262e50d5-cp312-cp312-linux_x86_64.whl APEX_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/apex-1.7.0+rocm7.2.0.git7a57becf-cp312-cp312-linux_x86_64.whl TORCHAUDIO_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/torchaudio-2.7.1+rocm7.2.0.git95c61b41-cp312-cp312-linux_x86_64.whl TORCHVISION_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/torchvision-0.22.1+rocm7.2.0.git59a3e1f9-cp312-cp312-linux_x86_64.whl TRITON_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/triton-3.3.1+rocm7.2.0.git28a7371e-cp312-cp312-linux_x86_64.whl /bin/sh -c amdgpu-install --usecase=rocm -y && rm *.deb # buildkit
                        
# 2026-01-23 06:54:48  2.05MB 执行命令并创建新的镜像层
RUN |10 BASE_IMAGE=ubuntu:24.04 PYTHON_VERSION=3.12 PYTORCH_VERSION=2.7.1 ROCM_VERSION=7.2 AMDGPU_VERSION=7.2.70200-1 TORCH_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/torch-2.7.1+rocm7.2.0.lw.git262e50d5-cp312-cp312-linux_x86_64.whl APEX_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/apex-1.7.0+rocm7.2.0.git7a57becf-cp312-cp312-linux_x86_64.whl TORCHAUDIO_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/torchaudio-2.7.1+rocm7.2.0.git95c61b41-cp312-cp312-linux_x86_64.whl TORCHVISION_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/torchvision-0.22.1+rocm7.2.0.git59a3e1f9-cp312-cp312-linux_x86_64.whl TRITON_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/triton-3.3.1+rocm7.2.0.git28a7371e-cp312-cp312-linux_x86_64.whl /bin/sh -c apt install -y ./*.deb # buildkit
                        
# 2026-01-23 06:54:47  17.03KB 执行命令并创建新的镜像层
RUN |10 BASE_IMAGE=ubuntu:24.04 PYTHON_VERSION=3.12 PYTORCH_VERSION=2.7.1 ROCM_VERSION=7.2 AMDGPU_VERSION=7.2.70200-1 TORCH_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/torch-2.7.1+rocm7.2.0.lw.git262e50d5-cp312-cp312-linux_x86_64.whl APEX_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/apex-1.7.0+rocm7.2.0.git7a57becf-cp312-cp312-linux_x86_64.whl TORCHAUDIO_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/torchaudio-2.7.1+rocm7.2.0.git95c61b41-cp312-cp312-linux_x86_64.whl TORCHVISION_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/torchvision-0.22.1+rocm7.2.0.git59a3e1f9-cp312-cp312-linux_x86_64.whl TRITON_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/triton-3.3.1+rocm7.2.0.git28a7371e-cp312-cp312-linux_x86_64.whl /bin/sh -c echo "DEBUG: BASE_IMAGE=$BASE_IMAGE" &&     if [ "$BASE_IMAGE" = "ubuntu:24.04" ]; then     wget https://repo.radeon.com/amdgpu-install/$ROCM_VERSION/ubuntu/noble/amdgpu-install_${AMDGPU_VERSION}_all.deb;     else     wget https://repo.radeon.com/amdgpu-install/$ROCM_VERSION/ubuntu/jammy/amdgpu-install_${AMDGPU_VERSION}_all.deb;     fi # buildkit
                        
# 2026-01-23 06:54:47  0.00B 设置环境变量 PATH
ENV PATH=/opt/venv/bin:/opt/rocm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2026-01-23 06:54:47  286.61MB 执行命令并创建新的镜像层
RUN |10 BASE_IMAGE=ubuntu:24.04 PYTHON_VERSION=3.12 PYTORCH_VERSION=2.7.1 ROCM_VERSION=7.2 AMDGPU_VERSION=7.2.70200-1 TORCH_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/torch-2.7.1+rocm7.2.0.lw.git262e50d5-cp312-cp312-linux_x86_64.whl APEX_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/apex-1.7.0+rocm7.2.0.git7a57becf-cp312-cp312-linux_x86_64.whl TORCHAUDIO_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/torchaudio-2.7.1+rocm7.2.0.git95c61b41-cp312-cp312-linux_x86_64.whl TORCHVISION_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/torchvision-0.22.1+rocm7.2.0.git59a3e1f9-cp312-cp312-linux_x86_64.whl TRITON_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/triton-3.3.1+rocm7.2.0.git28a7371e-cp312-cp312-linux_x86_64.whl /bin/sh -c python${PYTHON_VERSION} -m venv /opt/venv &&     . /opt/venv/bin/activate &&     /opt/venv/bin/python -m pip install --upgrade pip &&     /opt/venv/bin/python -m pip install --upgrade setuptools &&     /opt/venv/bin/python -m pip install hypothesis scipy ninja # buildkit
                        
# 2026-01-23 06:54:34  334.99MB 执行命令并创建新的镜像层
RUN |10 BASE_IMAGE=ubuntu:24.04 PYTHON_VERSION=3.12 PYTORCH_VERSION=2.7.1 ROCM_VERSION=7.2 AMDGPU_VERSION=7.2.70200-1 TORCH_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/torch-2.7.1+rocm7.2.0.lw.git262e50d5-cp312-cp312-linux_x86_64.whl APEX_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/apex-1.7.0+rocm7.2.0.git7a57becf-cp312-cp312-linux_x86_64.whl TORCHAUDIO_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/torchaudio-2.7.1+rocm7.2.0.git95c61b41-cp312-cp312-linux_x86_64.whl TORCHVISION_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/torchvision-0.22.1+rocm7.2.0.git59a3e1f9-cp312-cp312-linux_x86_64.whl TRITON_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/triton-3.3.1+rocm7.2.0.git28a7371e-cp312-cp312-linux_x86_64.whl /bin/sh -c add-apt-repository ppa:deadsnakes/ppa &&     apt update &&     apt install -y python${PYTHON_VERSION} python3-pip python3-venv &&     if [ "${PYTHON_VERSION}" = "3.8" ] || [ "${PYTHON_VERSION}" = "3.9" ] ||        [ "${PYTHON_VERSION}" = "3.10" ] || [ "${PYTHON_VERSION}" = "3.11" ]; then       apt install -y --no-install-recommends python${PYTHON_VERSION}-dev python${PYTHON_VERSION}-distutils python${PYTHON_VERSION}-venv;     else       apt install -y --no-install-recommends python${PYTHON_VERSION}-dev python${PYTHON_VERSION}-venv;     fi &&     apt clean &&     rm -rf /var/lib/apt/lists/* # buildkit
                        
# 2026-01-23 06:53:40  0.00B 设置环境变量 LD_LIBRARY_PATH
ENV LD_LIBRARY_PATH=/opt/rocm/lib
                        
# 2026-01-23 06:53:40  0.00B 设置环境变量 PATH
ENV PATH=/opt/rocm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                        
# 2026-01-23 06:53:40  281.81MB 执行命令并创建新的镜像层
RUN |10 BASE_IMAGE=ubuntu:24.04 PYTHON_VERSION=3.12 PYTORCH_VERSION=2.7.1 ROCM_VERSION=7.2 AMDGPU_VERSION=7.2.70200-1 TORCH_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/torch-2.7.1+rocm7.2.0.lw.git262e50d5-cp312-cp312-linux_x86_64.whl APEX_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/apex-1.7.0+rocm7.2.0.git7a57becf-cp312-cp312-linux_x86_64.whl TORCHAUDIO_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/torchaudio-2.7.1+rocm7.2.0.git95c61b41-cp312-cp312-linux_x86_64.whl TORCHVISION_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/torchvision-0.22.1+rocm7.2.0.git59a3e1f9-cp312-cp312-linux_x86_64.whl TRITON_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/triton-3.3.1+rocm7.2.0.git28a7371e-cp312-cp312-linux_x86_64.whl /bin/sh -c apt update &&     apt install -y wget software-properties-common curl rsync dialog git # buildkit
                        
# 2026-01-23 06:52:33  964.93KB 执行命令并创建新的镜像层
RUN |10 BASE_IMAGE=ubuntu:24.04 PYTHON_VERSION=3.12 PYTORCH_VERSION=2.7.1 ROCM_VERSION=7.2 AMDGPU_VERSION=7.2.70200-1 TORCH_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/torch-2.7.1+rocm7.2.0.lw.git262e50d5-cp312-cp312-linux_x86_64.whl APEX_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/apex-1.7.0+rocm7.2.0.git7a57becf-cp312-cp312-linux_x86_64.whl TORCHAUDIO_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/torchaudio-2.7.1+rocm7.2.0.git95c61b41-cp312-cp312-linux_x86_64.whl TORCHVISION_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/torchvision-0.22.1+rocm7.2.0.git59a3e1f9-cp312-cp312-linux_x86_64.whl TRITON_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/triton-3.3.1+rocm7.2.0.git28a7371e-cp312-cp312-linux_x86_64.whl /bin/sh -c echo "tzdata tzdata/Areas select Etc" | debconf-set-selections &&     echo "tzdata tzdata/Zones/Etc select UTC" | debconf-set-selections # buildkit
                        
# 2026-01-23 06:52:33  0.00B 设置环境变量 DEBIAN_FRONTEND
ENV DEBIAN_FRONTEND=noninteractive
                        
# 2026-01-23 06:52:33  0.00B 定义构建参数
ARG TRITON_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/triton-3.3.1+rocm7.2.0.git28a7371e-cp312-cp312-linux_x86_64.whl
                        
# 2026-01-23 06:52:33  0.00B 定义构建参数
ARG TORCHVISION_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/torchvision-0.22.1+rocm7.2.0.git59a3e1f9-cp312-cp312-linux_x86_64.whl
                        
# 2026-01-23 06:52:33  0.00B 定义构建参数
ARG TORCHAUDIO_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/torchaudio-2.7.1+rocm7.2.0.git95c61b41-cp312-cp312-linux_x86_64.whl
                        
# 2026-01-23 06:52:33  0.00B 定义构建参数
ARG APEX_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/apex-1.7.0+rocm7.2.0.git7a57becf-cp312-cp312-linux_x86_64.whl
                        
# 2026-01-23 06:52:33  0.00B 定义构建参数
ARG TORCH_WHEEL=http://compute-artifactory.amd.com/artifactory/compute-pytorch-rocm/compute-rocm-rel-7.2/43/torch-2.7.1+rocm7.2.0.lw.git262e50d5-cp312-cp312-linux_x86_64.whl
                        
# 2026-01-23 06:52:33  0.00B 定义构建参数
ARG AMDGPU_VERSION=7.2.70200-1
                        
# 2026-01-23 06:52:33  0.00B 定义构建参数
ARG ROCM_VERSION=7.2
                        
# 2026-01-23 06:52:33  0.00B 定义构建参数
ARG PYTORCH_VERSION=2.7.1
                        
# 2026-01-23 06:52:33  0.00B 定义构建参数
ARG PYTHON_VERSION=3.12
                        
# 2026-01-23 06:52:33  0.00B 定义构建参数
ARG BASE_IMAGE=ubuntu:24.04
                        
# 2026-01-13 13:37:27  0.00B 
/bin/sh -c #(nop)  CMD ["/bin/bash"]
                        
# 2026-01-13 13:37:27  78.12MB 
/bin/sh -c #(nop) ADD file:3077ee44db3cc7d38740d60a05c81418dd3825a007db473658464f52689e867b in / 
                        
# 2026-01-13 13:37:25  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.version=24.04
                        
# 2026-01-13 13:37:25  0.00B 
/bin/sh -c #(nop)  LABEL org.opencontainers.image.ref.name=ubuntu
                        
# 2026-01-13 13:37:25  0.00B 
/bin/sh -c #(nop)  ARG LAUNCHPAD_BUILD_ARCH
                        
# 2026-01-13 13:37:25  0.00B 
/bin/sh -c #(nop)  ARG RELEASE
                        
                    

镜像信息

{
    "Id": "sha256:e17d9d3751f33f2d50bc665499bbdea1847e0cf4184020b9a43cc5a0d7d7f099",
    "RepoTags": [
        "rocm/pytorch:rocm7.2_ubuntu24.04_py3.12_pytorch_release_2.7.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rocm/pytorch:rocm7.2_ubuntu24.04_py3.12_pytorch_release_2.7.1"
    ],
    "RepoDigests": [
        "rocm/pytorch@sha256:96a74c1665bc6c47fafcef0bb54d30727b1dccb9c2ecb1f6d05610015193b514",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/rocm/pytorch@sha256:9c2f1fb23e4dfcfcf79e102f07191ee877261504b142c2730fb64f287365de8b"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-01-22T23:00:57.967066879Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/opt/venv/bin:/opt/rocm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "DEBIAN_FRONTEND=noninteractive",
            "LD_LIBRARY_PATH=/opt/rocm/lib"
        ],
        "Cmd": [
            "/bin/bash"
        ],
        "Image": "",
        "Volumes": null,
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "org.opencontainers.image.ref.name": "ubuntu",
            "org.opencontainers.image.version": "24.04"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 30660118037,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/f0eb1f7a5afde9ff1168b406fe5176ee27518ed6c2253c38914d4f4cd49ed50c/diff:/var/lib/docker/overlay2/db766ef3ab6feadb643f0e9e151856e677c1143ecded6f06ce8f4fa530755527/diff:/var/lib/docker/overlay2/99d026dfc02ee4718f23ac1062c09765aad98f149a675000fe40a49fe1e74b55/diff:/var/lib/docker/overlay2/b2d8dd54d2439ac67d312d340fcf041558c38c5c14d7998e45e888d2d7ac7f93/diff:/var/lib/docker/overlay2/d63f71c127d9058aef26a32ba46c3fb604f1b9f80a4d11cbb522fd1185e8579b/diff:/var/lib/docker/overlay2/a83cb94ca4d68f475420d2d078e8f70bdcde0527053ae7f48e629789530beec8/diff:/var/lib/docker/overlay2/3b0308957048203f16e99251ed473687d33a34e22baf23c2ac4c3397ce93c780/diff:/var/lib/docker/overlay2/ad9a16de487e0ad0e38c8de20b01a62d3f127c19f775a7927b1be3a509fdb498/diff:/var/lib/docker/overlay2/634109ef9506047b3e516ef8d5ab4e0fc3ae48cbaeda89482bdf7af3186dbd6a/diff",
            "MergedDir": "/var/lib/docker/overlay2/57a252f336ddecdaf0a4c875972ca435e0c00c7a10c4944289a54da78e1ee31d/merged",
            "UpperDir": "/var/lib/docker/overlay2/57a252f336ddecdaf0a4c875972ca435e0c00c7a10c4944289a54da78e1ee31d/diff",
            "WorkDir": "/var/lib/docker/overlay2/57a252f336ddecdaf0a4c875972ca435e0c00c7a10c4944289a54da78e1ee31d/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:123a078714d5ea9382d4d9f550753aefce8b34ec5ae11ae8273038d3bcbb943f",
            "sha256:79b4be5af15696904524b65479eef8e21408322f42aa9f7212493e3b87cc5a6c",
            "sha256:98c2b4600a7da735cd2b964cf3092a8b55f83bfaea06a67123154bffaed7597a",
            "sha256:bfd3948e6c1ce4752fa77042edd9162bf7396ba049f63e763ff139bbd0c2f1f3",
            "sha256:8f666dc8db161f0f4618d5addcb449ba6290976b6bdc4a9609d5a042d3fcaae2",
            "sha256:f79c0345cde6c7cbbf0292be24c8164ef0046af29f5c039dd9d2d95c51240670",
            "sha256:4b08c99443e76813521398c7e8c2a997d23293b939daa0145cb4901afcd9273a",
            "sha256:2e32ae725f973b5ecb9cee454de3e185cdcb788875889f51b8b22995e8cb7335",
            "sha256:c03eb5d448df761f5b95939d2094fb8c9ee8dcdf66f66277f6ee77e413d4bb4b",
            "sha256:27d52277295be6a0ead7aadbe5760b69ccb932b99a9017201b13a413bb6c4974"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-02-08T01:25:07.14849284+08:00"
    }
}

更多版本

721
669
1043
4