2026-03-23 21:47:12 UTC
7 GB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:e60eb6e841b558ee9cdda52b4423b4607d26bbe3e0837bdeadbe6f00eea16e89 - 0.53% (38.3 MB)
[#001] sha256:33043427d39d490e5b06add00834b0138eb2a1d5047a4187136d203bc81990f9 - 6.96% (498 MB)
[#002] sha256:d7d1bcab669cb1358910d650b83384e982d8276b6e48a68cffa15ff372cccd0d - 2.84% (203 MB)
[#003] sha256:2791c5dc3a717d4355d8303bd1338413ad9d28478357a19a90f4f9ca6b704fda - 1.79% (128 MB)
[#004] sha256:5273338451b42a87c0169d0543a627a444d752903bf762794a5327bec4d01f9d - 0.03% (2.22 MB)
[#005] sha256:59dddd6075f786cfe469e63c411a2ca91349af3e415a96f843a4e9b08d6f6b71 - 4.49% (322 MB)
[#006] sha256:559aaa753b9fa247e186092e439d44efed41551382fed830e20df1fdbca7bce2 - 83.36% (5.83 GB)
KIWI 10.2.38
2026-03-23 21:40:21 UTC (buildkit.dockerfile.v0)LABEL maintainer=code@yanwk.fun
2026-03-23 21:40:21 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c zypper addrepo --check --refresh --priority 90 'https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Tumbleweed/Essentials/' packman-essentials && zypper addrepo --check --refresh --priority 80 'https://download.opensuse.org/repositories/science:/GPU:/ROCm/openSUSE_Tumbleweed/science:GPU:ROCm.repo' && zypper --gpg-auto-import-keys install --no-confirm --auto-agree-with-licenses python313-devel python313-pip python313-wheel python313-setuptools python313-Cython python313-py-build-cmake python313-aiohttp python313-dbm python313-ffmpeg-python python313-GitPython python313-httpx python313-joblib python313-lark python313-matplotlib python313-mpmath python313-numba-devel python313-onnx python313-opencv python313-pandas python313-qrcode python313-rich python313-scikit-build python313-scikit-build-core-pyproject python313-scikit-image python313-scikit-learn python313-scipy python313-svglib python313-tqdm && rm /usr/lib64/python3.13/EXTERNALLY-MANAGED && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.13 100 # buildkit
2026-03-23 21:40:38 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c zypper --gpg-auto-import-keys install --no-confirm --auto-agree-with-licenses Mesa-libGL1 Mesa-libEGL-devel ghc-half libgthread-2_0-0 make ninja shadow git aria2 fish fd vim which opencv opencv-devel ffmpeg x264 x265 google-noto-sans-fonts google-noto-sans-cjk-fonts google-noto-coloremoji-fonts # buildkit
2026-03-23 21:40:44 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c zypper --gpg-auto-import-keys install --no-confirm --auto-agree-with-licenses gcc14 gcc14-c++ cpp14 && update-alternatives --install /usr/bin/c++ c++ /usr/bin/g++-14 90 && update-alternatives --install /usr/bin/cc cc /usr/bin/gcc-14 90 && update-alternatives --install /usr/bin/cpp cpp /usr/bin/cpp-14 90 && update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-14 90 && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 90 && update-alternatives --install /usr/bin/gcc-ar gcc-ar /usr/bin/gcc-ar-14 90 && update-alternatives --install /usr/bin/gcc-nm gcc-nm /usr/bin/gcc-nm-14 90 && update-alternatives --install /usr/bin/gcc-ranlib gcc-ranlib /usr/bin/gcc-ranlib-14 90 && update-alternatives --install /usr/bin/gcov gcov /usr/bin/gcov-14 90 && update-alternatives --install /usr/bin/gcov-dump gcov-dump /usr/bin/gcov-dump-14 90 && update-alternatives --install /usr/bin/gcov-tool gcov-tool /usr/bin/gcov-tool-14 90 # buildkit
2026-03-23 21:44:12 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c pip list && pip install --upgrade pip wheel setuptools packaging && pip install --dry-run torch==2.11 torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm7.2 # buildkit
2026-03-23 21:45:46 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c pip install torch==2.11 torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm7.2 && pip uninstall --yes torch # buildkit
2026-03-23 21:47:12 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c pip install torch==2.11 torchvision torchaudio --index-url https://download.pytorch.org/whl/rocm7.2 && pip list # buildkit
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.