sha256:f7cd49ace4ff664b5c47ab8d1ae31938b23f7a17c6a32b4814fced124d112c59
OS/ARCH
linux/amd64
Compressed size
28.49 GB
Last pushed
11 months by jeffdaily
Type
Image
Manifest digest
sha256:f7cd49ace4ff664b5c47ab8d1ae31938b23f7a17c6a32b4814fced124d112c59
Image Layers
1ARG RELEASE0 B2ARG LAUNCHPAD_BUILD_ARCH0 B3LABEL org.opencontainers.image.ref.name=ubuntu0 B4LABEL org.opencontainers.image.version=22.040 B5ADD file ... in / 29.04 MB6CMD ["/bin/bash"]0 B7ARG UBUNTU_VERSION0 B8ENV DEBIAN_FRONTEND=noninteractive0 B9ARG PYTORCH_ROCM_ARCH0 B10ENV PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx9500 B11COPY ./common/install_base.sh install_base.sh # buildkit1.52 KB12RUN |2 UBUNTU_VERSION=22.04 PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950 /bin/sh303.74 MB13COPY ./common/install_user.sh install_user.sh # buildkit703 B14RUN |2 UBUNTU_VERSION=22.04 PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950 /bin/sh1.19 KB15ARG KATEX0 B16COPY ./common/install_docs_reqs.sh install_docs_reqs.sh # buildkit483 B17RUN |3 UBUNTU_VERSION=22.04 PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950 KATEX=yes105.23 MB18ARG ANACONDA_PYTHON_VERSION0 B19ARG BUILD_ENVIRONMENT0 B20ENV ANACONDA_PYTHON_VERSION=3.100 B21ENV PATH=/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B22COPY requirements-ci.txt /opt/conda/requirements-ci.txt # buildkit4.17 KB23COPY ./common/install_conda.sh install_conda.sh # buildkit1.67 KB24COPY ./common/common_utils.sh common_utils.sh # buildkit722 B25RUN |5 UBUNTU_VERSION=22.04 PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950 KATEX=yes3.03 GB26ARG GCC_VERSION0 B27COPY ./common/install_gcc.sh install_gcc.sh # buildkit378 B28RUN |6 UBUNTU_VERSION=22.04 PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950 KATEX=yes230.55 KB29ARG CLANG_VERSION0 B30COPY ./common/install_clang.sh install_clang.sh # buildkit791 B31RUN |7 UBUNTU_VERSION=22.04 PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950 KATEX=yes106 B32ARG VISION0 B33COPY ./common/install_vision.sh ./common/cache_vision_models.sh ./common/common_utils.sh ./1.46 KB34RUN |8 UBUNTU_VERSION=22.04 PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950 KATEX=yes434.07 MB35RUN |8 UBUNTU_VERSION=22.04 PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950 KATEX=yes162 B36ENV INSTALLED_VISION=yes0 B37ARG ROCM_VERSION0 B38RUN |9 UBUNTU_VERSION=22.04 PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950 KATEX=yes104 B39COPY ./common/common_utils.sh common_utils.sh # buildkit722 B40COPY ./ci_commit_pins/rocm-composable-kernel.txt ci_commit_pins/rocm-composable-kernel.txt # buildkit196 B41COPY ./common/install_rocm.sh install_rocm.sh # buildkit2.52 KB42RUN |9 UBUNTU_VERSION=22.04 PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950 KATEX=yes7.64 GB43RUN |9 UBUNTU_VERSION=22.04 PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950 KATEX=yes133 B44RUN |9 UBUNTU_VERSION=22.04 PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950 KATEX=yes104 B45COPY ./common/install_rocm_magma.sh install_rocm_magma.sh # buildkit609 B46RUN |9 UBUNTU_VERSION=22.04 PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950 KATEX=yes686.7 MB47RUN |9 UBUNTU_VERSION=22.04 PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950 KATEX=yes111 B48ADD ./common/install_miopen.sh install_miopen.sh # buildkit1.52 KB49RUN |9 UBUNTU_VERSION=22.04 PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950 KATEX=yes107 B50ENV ROCM_PATH=/opt/rocm0 B51ENV PATH=/opt/rocm/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B52ENV PATH=/opt/rocm/hcc/bin:/opt/rocm/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B53ENV PATH=/opt/rocm/hip/bin:/opt/rocm/hcc/bin:/opt/rocm/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B54ENV PATH=/opt/rocm/opencl/bin:/opt/rocm/hip/bin:/opt/rocm/hcc/bin:/opt/rocm/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B55ENV PATH=/opt/rocm/llvm/bin:/opt/rocm/opencl/bin:/opt/rocm/hip/bin:/opt/rocm/hcc/bin:/opt/rocm/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B56ENV MAGMA_HOME=/opt/rocm/magma0 B57ENV LANG=C.UTF-80 B58ENV LC_ALL=C.UTF-80 B59COPY ./common/install_amdsmi.sh install_amdsmi.sh # buildkit166 B60RUN |9 UBUNTU_VERSION=22.04 PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950 KATEX=yes2.8 MB61RUN |9 UBUNTU_VERSION=22.04 PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950 KATEX=yes107 B62ARG UCX_COMMIT0 B63ARG UCC_COMMIT0 B64ENV UCX_COMMIT=29831d319e6be55cb8c768ca61de335c934ca39e0 B65ENV UCC_COMMIT=9f4b242cbbd8b1462cbc732eb29316cdfa124b770 B66ENV UCX_HOME=/usr0 B67ENV UCC_HOME=/usr0 B68ADD ./common/install_ucc.sh install_ucc.sh # buildkit830 B69RUN |11 UBUNTU_VERSION=22.04 PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950 KATEX=yes25.58 MB70RUN |11 UBUNTU_VERSION=22.04 PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950 KATEX=yes104 B71COPY ./common/install_openssl.sh install_openssl.sh # buildkit424 B72ENV OPENSSL_ROOT_DIR=/opt/openssl0 B73RUN |11 UBUNTU_VERSION=22.04 PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950 KATEX=yes18.41 MB74ENV OPENSSL_DIR=/opt/openssl0 B75ARG INDUCTOR_BENCHMARKS0 B76ARG ANACONDA_PYTHON_VERSION0 B77ENV ANACONDA_PYTHON_VERSION=3.100 B78COPY ./common/install_inductor_benchmark_deps.sh install_inductor_benchmark_deps.sh # buildkit636 B79COPY ./common/common_utils.sh common_utils.sh # buildkit722 B80COPY ci_commit_pins/huggingface-requirements.txt huggingface-requirements.txt # buildkit148 B81COPY ci_commit_pins/timm.txt timm.txt # buildkit136 B82COPY ci_commit_pins/torchbench.txt torchbench.txt # buildkit141 B83RUN |13 UBUNTU_VERSION=22.04 PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950 KATEX=yes32 B84RUN |13 UBUNTU_VERSION=22.04 PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950 KATEX=yes223 B85ARG NINJA_VERSION0 B86COPY ./common/install_ninja.sh install_ninja.sh # buildkit345 B87RUN |14 UBUNTU_VERSION=22.04 PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950 KATEX=yes86.23 KB88RUN |14 UBUNTU_VERSION=22.04 PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950 KATEX=yes106 B89ARG TRITON0 B90COPY ./common/install_triton.sh install_triton.sh # buildkit1.63 KB91COPY ./common/common_utils.sh common_utils.sh # buildkit722 B92COPY ci_commit_pins/triton.txt triton.txt # buildkit138 B93COPY triton_version.txt triton_version.txt # buildkit118 B94RUN |15 UBUNTU_VERSION=22.04 PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950 KATEX=yes5.77 GB95RUN |15 UBUNTU_VERSION=22.04 PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950 KATEX=yes174 B96COPY ./common/install_cache.sh install_cache.sh # buildkit1.85 KB97ENV PATH=/opt/cache/bin:/opt/rocm/llvm/bin:/opt/rocm/opencl/bin:/opt/rocm/hip/bin:/opt/rocm/hcc/bin:/opt/rocm/bin:/opt/conda/envs/py_3.10/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B98RUN |15 UBUNTU_VERSION=22.04 PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950 KATEX=yes188.4 MB99COPY ./common/install_openmpi.sh install_openmpi.sh # buildkit302 B100RUN |15 UBUNTU_VERSION=22.04 PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950 KATEX=yes32 B101RUN |15 UBUNTU_VERSION=22.04 PYTORCH_ROCM_ARCH=gfx90a;gfx942;gfx950 KATEX=yes108 B102ARG BUILD_ENVIRONMENT0 B103ENV BUILD_ENVIRONMENT=ci-image:pytorch-linux-jammy-rocm-n-py30 B104COPY /opt/llvm /opt/llvm # buildkit51.64 MB105USER jenkins0 B106CMD ["bash"]0 B107RUN /bin/sh -c cd /opt/rocm/llvm/bin270 B108RUN /bin/sh -c sudo rm126 B109RUN /bin/sh -c sudo apt788.59 KB110ADD .vimrc /var/lib/jenkins/.vimrc # buildkit3.73 KB111RUN /bin/sh -c cd /var/lib/jenkins4.05 GB112RUN /bin/sh -c cd /var/lib/jenkins/pytorch5.33 KB113RUN /bin/sh -c cd /var/lib/jenkins/pytorch3.54 GB114RUN /bin/sh -c sudo groupadd753 B115RUN /bin/sh -c sudo usermod1.25 KB116bash19.85 MB117bash2.62 GB118bash24.79 MBCommand
ARG RELEASE