Namespace
yanwk
Image / Tag
comfyui-boot:base-cu130-pt212-20260518
Content Digest
sha256:576f7ab7a8302e22d3caefcf412402058cb534eb72416a4a566f5de3eb56f459
Details
Created

2026-05-18 20:53:43 UTC

Size

5.98 GB

Content Digest
Labels
  • io.buildah.version
    1.41.4
  • license
    BSD-3-Clause
  • maintainer
    code@yanwk.fun
  • name
    rockylinux
  • org.opencontainers.image.authors
    Lukas Magauer, Neil Hanlon, Louis Abel
  • org.opencontainers.image.licenses
    BSD-3-Clause
  • org.opencontainers.image.source
    https://git.resf.org/sig_core/rocky-kiwi-descriptions/src/branch/r10
  • org.opencontainers.image.title
    rockylinux
  • org.opencontainers.image.vendor
    Rocky Enterprise Software Foundation
  • org.opencontainers.image.version
    10
  • summary
    Rocky Linux Base image
  • vendor
    Rocky Enterprise Software Foundation
  • version
    10

Environment
CUDA_HOME

/usr/local/cuda-13.0

CUDA_VERSION

13.0.2

LD_LIBRARY_PATH

/usr/local/cuda-13.0/lib64:/usr/lib64:/usr/local/lib64/python3.13/site-packages/torch/lib:/usr/local/lib/python3.13/site-packages/nvidia/cusparselt/lib

LIBRARY_PATH

/usr/local/cuda-13.0/lib64/stubs

NVIDIA_DRIVER_CAPABILITIES

compute,utility

NVIDIA_VISIBLE_DEVICES

all

PATH

/usr/local/cuda-13.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

container

oci


Layers

[#000] sha256:0c53e9fad0324c188a40a9b1e0ca4eb777da2812507ec104055fa6ec400d9a27 - 1.37% (83.8 MB)

[#001] sha256:056e6057d1d6a14156583c4e2221b5cb0f1d51e6159b590d952e88a1f9398994 - 2.32% (142 MB)

[#002] sha256:a06ec79b00b7c4374785e81ac42928f6aa49aa4b3541933e7416a25925f2e3cc - 6.66% (408 MB)

[#003] sha256:bae5fc6502ff8bed6e3530b368b8e0589f21609ed390cd4bbf843897165c4fbd - 7.56% (463 MB)

[#004] sha256:2072c3f2d67ab54b557faefb7615b549033171d4509d07eed76eb24fbecbdff8 - 6.52% (400 MB)

[#005] sha256:4ba43cd9e5864545f92dc8d717aa0c26f44e353af58aff3715c9d2210e1d16a8 - 9.54% (584 MB)

[#006] sha256:2fbfd5a4b61248bb98f22873fdf295bba75c9b7239adc10057b72b045797babb - 5.26% (322 MB)

[#007] sha256:10540ca19971e5a9ded5d18065f289623dc957f55e0a27ede03657626211e7e0 - 7.54% (462 MB)

[#008] sha256:7b3747d1fdaa2ac0238d740dd5fc92377060d74435a54b57c23d8bacc1ffe963 - 4.52% (277 MB)

[#009] sha256:b1319024db14f7e1244a983dab3f3ad75ea1fa061421e2904d7b5000f8577015 - 6.33% (387 MB)

[#010] sha256:f599e770432fe71ed78ca5e888f97187fb4e1125ae4ab3abbbde8ce12f28c95c - 5.78% (354 MB)

[#011] sha256:191fd89d95eda893e1b89a9ea768135f9310b21228777c5445c99756203f3322 - 6.39% (392 MB)

[#012] sha256:45d72b4bde88bd5902a7e6b264312154af554ed4725719d3b657735347b00c60 - 3.28% (201 MB)

[#013] sha256:8fe55589ff0908554a50d38677a4cab92926a5e9b4fae23cdaabcb3e5a87b723 - 5.11% (313 MB)

[#014] sha256:52a12dc14e4acc3036cd9964dc3b7a0e11c6560d9919e3003be2a5dfb6cb3045 - 0.0% (275 Bytes)

[#015] sha256:4315c576e049e912657ca51fadac9fb8d147bf2845569c68bd6207184d48e62a - 0.09% (5.45 MB)

[#016] sha256:a600ea0307d4f7a36d7587dc5eb765e789f97a41b2d1ed65f9b5c67658782bf6 - 5.85% (358 MB)

[#017] sha256:12f23cd4c97ed87fb319acd2a1856ffc012ee73ef76e797512d96717138e7690 - 0.0% (138 KB)

[#018] sha256:340c4f30d8be6db7c245b3b516b5a311d6bbbc59d28aadf85ac19f17ce085471 - 0.1% (6.09 MB)

[#019] sha256:df4f8f4ed2e3b696b541e0f69776902b864f0cc0963186c2b9fa43d7ecf515c4 - 7.24% (443 MB)

[#020] sha256:381067f903d3b183152def4ec97939188de00c4d0e67ae70e2204e2b36481668 - 8.53% (522 MB)


History
2025-11-16 00:40:01 UTC

KIWI 10.2.33

2026-05-18 20:18:49 UTC (buildkit.dockerfile.v0)

LABEL maintainer=code@yanwk.fun

2026-05-18 20:18:49 UTC (buildkit.dockerfile.v0)

ARG USING_GITHUB_ACTIONS=true

2026-05-18 20:18:49 UTC (buildkit.dockerfile.v0)

RUN |1 USING_GITHUB_ACTIONS=true /bin/sh -c printf "[cuda-rhel10-x86_64]\nname=cuda-rhel10-x86_64\nbaseurl=https://developer.download.nvidia.com/compute/cuda/repos/rhel10/x86_64\nenabled=1\ngpgcheck=1\ngpgkey=https://developer.download.nvidia.com/compute/cuda/repos/rhel10/x86_64/CDF6BA43.pub\n" > /etc/yum.repos.d/cuda.repo && dnf upgrade -y && dnf install -y cuda-cudart-13-0 cuda-compat-13-0 # buildkit

2026-05-18 20:19:01 UTC (buildkit.dockerfile.v0)

RUN |1 USING_GITHUB_ACTIONS=true /bin/sh -c dnf install -y libcublas-13-0 # buildkit

2026-05-18 20:19:13 UTC (buildkit.dockerfile.v0)

RUN |1 USING_GITHUB_ACTIONS=true /bin/sh -c dnf install -y libcusolver-13-0 libcusparse-13-0 libnpp-13-0 # buildkit

2026-05-18 20:19:28 UTC (buildkit.dockerfile.v0)

RUN |1 USING_GITHUB_ACTIONS=true /bin/sh -c dnf install -y cuda-nvtx-13-0 cuda-libraries-13-0 # buildkit

2026-05-18 20:19:49 UTC (buildkit.dockerfile.v0)

RUN |1 USING_GITHUB_ACTIONS=true /bin/sh -c dnf install -y cuda-command-line-tools-13-0 cuda-cudart-devel-13-0 cuda-nvml-devel-13-0 libcublas-devel-13-0 # buildkit

2026-05-18 20:20:15 UTC (buildkit.dockerfile.v0)

RUN |1 USING_GITHUB_ACTIONS=true /bin/sh -c dnf install -y cuda-minimal-build-13-0 libnpp-devel-13-0 # buildkit

2026-05-18 20:20:32 UTC (buildkit.dockerfile.v0)

RUN |1 USING_GITHUB_ACTIONS=true /bin/sh -c dnf install -y cuda-nsight-compute-13-0 # buildkit

2026-05-18 20:20:42 UTC (buildkit.dockerfile.v0)

RUN |1 USING_GITHUB_ACTIONS=true /bin/sh -c dnf install -y libcusolver-devel-13-0 libcusparse-devel-13-0 # buildkit

2026-05-18 20:21:14 UTC (buildkit.dockerfile.v0)

RUN |1 USING_GITHUB_ACTIONS=true /bin/sh -c dnf install -y cuda-libraries-devel-13-0 # buildkit

2026-05-18 20:21:14 UTC (buildkit.dockerfile.v0)

ENV CUDA_VERSION=13.0.2 PATH=/usr/local/cuda-13.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LD_LIBRARY_PATH=/usr/local/cuda-13.0/lib64:/usr/lib64 LIBRARY_PATH=/usr/local/cuda-13.0/lib64/stubs CUDA_HOME=/usr/local/cuda-13.0 NVIDIA_VISIBLE_DEVICES=all NVIDIA_DRIVER_CAPABILITIES=compute,utility

2026-05-18 20:38:27 UTC (buildkit.dockerfile.v0)

LABEL maintainer=code@yanwk.fun

2026-05-18 20:38:27 UTC (buildkit.dockerfile.v0)

ARG USING_GITHUB_ACTIONS=true

2026-05-18 20:38:27 UTC (buildkit.dockerfile.v0)

ARG PIP_ROOT_USER_ACTION=ignore

2026-05-18 20:38:27 UTC (buildkit.dockerfile.v0)

ARG PIP_NO_BUILD_ISOLATION=1

2026-05-18 20:38:27 UTC (buildkit.dockerfile.v0)

RUN |3 USING_GITHUB_ACTIONS=true PIP_ROOT_USER_ACTION=ignore PIP_NO_BUILD_ISOLATION=1 /bin/sh -c dnf install -y libcudnn9-cuda-13-9.20.0.48 # buildkit

2026-05-18 20:38:47 UTC (buildkit.dockerfile.v0)

RUN |3 USING_GITHUB_ACTIONS=true PIP_ROOT_USER_ACTION=ignore PIP_NO_BUILD_ISOLATION=1 /bin/sh -c dnf install -y cudnn9-cuda-13-2-9.20.0.48 # buildkit

2026-05-18 20:38:55 UTC (buildkit.dockerfile.v0)

RUN |3 USING_GITHUB_ACTIONS=true PIP_ROOT_USER_ACTION=ignore PIP_NO_BUILD_ISOLATION=1 /bin/sh -c dnf install -y libnccl-2.29.7-1+cuda13.2 libnccl-devel-2.29.7-1+cuda13.2 # buildkit

2026-05-18 20:39:10 UTC (buildkit.dockerfile.v0)

RUN |3 USING_GITHUB_ACTIONS=true PIP_ROOT_USER_ACTION=ignore PIP_NO_BUILD_ISOLATION=1 /bin/sh -c dnf install -y nvshmem-cuda-13-3.4.5 libnvshmem3-cuda-13-3.4.5 libnvshmem3-devel-cuda-13-3.4.5 libnvshmem3-static-cuda-13-3.4.5 # buildkit

2026-05-18 20:39:10 UTC (buildkit.dockerfile.v0)

RUN |3 USING_GITHUB_ACTIONS=true PIP_ROOT_USER_ACTION=ignore PIP_NO_BUILD_ISOLATION=1 /bin/sh -c sed -i 's/enabled=1/enabled=0/g' /etc/yum.repos.d/cuda.repo # buildkit

2026-05-18 20:39:16 UTC (buildkit.dockerfile.v0)

RUN |3 USING_GITHUB_ACTIONS=true PIP_ROOT_USER_ACTION=ignore PIP_NO_BUILD_ISOLATION=1 /bin/sh -c dnf install -y --nogpgcheck 'https://mirrors.rpmfusion.org/free/el/rpmfusion-free-release-10.noarch.rpm' && dnf upgrade -y # buildkit

2026-05-18 20:52:01 UTC (buildkit.dockerfile.v0)

RUN |3 USING_GITHUB_ACTIONS=true PIP_ROOT_USER_ACTION=ignore PIP_NO_BUILD_ISOLATION=1 /bin/sh -c dnf install -y python3.13-devel fish make cmake which alternatives fd-find findutils rsync git git-lfs fuse bison tar zip unzip wget aria2 default-fonts-cjk google-noto-emoji-fonts google-noto-color-emoji-fonts ffmpeg x264 x265 mesa-libGL mesa-libEGL gcc gcc-c++ # buildkit

2026-05-18 20:52:02 UTC (buildkit.dockerfile.v0)

RUN |3 USING_GITHUB_ACTIONS=true PIP_ROOT_USER_ACTION=ignore PIP_NO_BUILD_ISOLATION=1 /bin/sh -c cd /usr/local/bin && curl -sSLO https://github.com/ninja-build/ninja/releases/latest/download/ninja-linux.zip && unzip -q -o ninja-linux.zip && rm -vf ninja-linux.zip # buildkit

2026-05-18 20:52:06 UTC (buildkit.dockerfile.v0)

RUN |3 USING_GITHUB_ACTIONS=true PIP_ROOT_USER_ACTION=ignore PIP_NO_BUILD_ISOLATION=1 /bin/sh -c python3.13 -m ensurepip --upgrade && python3.13 -m pip install --upgrade pip wheel setuptools packaging && pip list # buildkit

2026-05-18 20:53:29 UTC (buildkit.dockerfile.v0)

RUN |3 USING_GITHUB_ACTIONS=true PIP_ROOT_USER_ACTION=ignore PIP_NO_BUILD_ISOLATION=1 /bin/sh -c pip install torch==2.12.0 torchvision torchaudio torchcodec==0.12.0 xformers --index-url https://download.pytorch.org/whl/cu130 && pip uninstall --yes torch && find /usr/local/lib/python3.13/site-packages/nvidia/ -mindepth 1 -maxdepth 1 ! -name 'cusparselt' -exec rm -rfv {} + # buildkit

2026-05-18 20:53:43 UTC (buildkit.dockerfile.v0)

RUN |3 USING_GITHUB_ACTIONS=true PIP_ROOT_USER_ACTION=ignore PIP_NO_BUILD_ISOLATION=1 /bin/sh -c pip install torch==2.12.0 torchvision torchaudio torchcodec==0.12.0 xformers --index-url https://download.pytorch.org/whl/cu130 # buildkit

2026-05-18 20:53:43 UTC (buildkit.dockerfile.v0)

ENV LD_LIBRARY_PATH=/usr/local/cuda-13.0/lib64:/usr/lib64:/usr/local/lib64/python3.13/site-packages/torch/lib:/usr/local/lib/python3.13/site-packages/nvidia/cusparselt/lib

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