2025-07-25 11:55:46 UTC
1.16 GB
/home/chutes/.venv-default:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/chutes/.local/bin
[#000] sha256:0622fac788edde5d30e7bbd2688893e5452a19ff237a2e4615e2d8181321cb4e - 2.39% (28.3 MB)
[#001] sha256:c0c0707a2c338816bc95ef2f55946d6fce2cb97dff00280c7c1f2e82f4bb63b3 - 0.0% (240 Bytes)
[#002] sha256:06c1452aec1fea4fc62257c18fe9e7c017c88cdcd3f6fbcacd51c92b0dce94f5 - 80.16% (953 MB)
[#003] sha256:8464e751761d7de013dea5f0f28d9a7c208ff85637c0cf8490b9246a3d18bae7 - 0.0% (682 Bytes)
[#004] sha256:8d9fc2a429562452c831898ed91d0e89f26befd3b05ffbf8a80bc73c92d641f9 - 3.61% (42.9 MB)
[#005] sha256:5317798e8d609754236b3af4d2094e3964c38f8e03ca420603865b4e49c7bd9f - 0.34% (3.98 MB)
[#006] sha256:c9aec144a4007a22d1ffc925a21214cc5f3a3907a76d5f134981cd9d169bf130 - 0.0% (193 Bytes)
[#007] sha256:919e850dd37d5dc2b9e4a0b71af14c1ef2cbc478131dcf7f5264e178b0728f2f - 0.34% (3.98 MB)
[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#009] sha256:28a9fc3fdd94f55cb49904ccd49cd3c421f7998d616efca5fed9d92efe00fe1b - 5.63% (66.9 MB)
[#010] sha256:f1ae8d79aff1c42634c3226a584a3123beace232b6a8c2439e8c178b7310adf5 - 0.01% (66.4 KB)
[#011] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#012] sha256:bd070b1ccf886264a606a9adf0ef4062586494d4bfa19425419ec5773c8aa6de - 7.53% (89.5 MB)
/bin/sh -c #(nop) ARG RELEASE
2025-04-28 09:44:48 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-04-28 09:44:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-04-28 09:44:48 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-04-28 09:44:50 UTC/bin/sh -c #(nop) ADD file:ad85a9d7b0a74c2140bd51d9c4559cca392991e0c95f84cb139347348e5d1f9a in /
2025-04-28 09:44:51 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-05-21 04:08:59 UTC (buildkit.dockerfile.v0)LABEL maintainer=dl.mlsedevops@amd.com
2025-05-21 04:08:59 UTC (buildkit.dockerfile.v0)ARG ROCM_VERSION=6.2
2025-05-21 04:08:59 UTC (buildkit.dockerfile.v0)ARG AMDGPU_VERSION=6.2
2025-05-21 04:08:59 UTC (buildkit.dockerfile.v0)ARG APT_PREF
2025-05-21 04:08:59 UTC (buildkit.dockerfile.v0)RUN |3 ROCM_VERSION=6.4 AMDGPU_VERSION=6.4 APT_PREF=Package: *\nPin: release o=repo.radeon.com\nPin-Priority: 600 /bin/sh -c echo "$APT_PREF" > /etc/apt/preferences.d/rocm-pin-600 # buildkit
2025-05-21 04:11:40 UTC (buildkit.dockerfile.v0)RUN |3 ROCM_VERSION=6.4 AMDGPU_VERSION=6.4 APT_PREF=Package: *\nPin: release o=repo.radeon.com\nPin-Priority: 600 /bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates curl libnuma-dev gnupg && curl -sL https://repo.radeon.com/rocm/rocm.gpg.key | apt-key add - && printf "deb [arch=amd64] https://repo.radeon.com/rocm/apt/$ROCM_VERSION/ noble main" | tee /etc/apt/sources.list.d/rocm.list && printf "deb [arch=amd64] https://repo.radeon.com/amdgpu/$AMDGPU_VERSION/ubuntu noble main" | tee /etc/apt/sources.list.d/amdgpu.list && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends sudo libelf1 kmod file python3-dev python3-pip rocm-dev build-essential && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
2025-05-21 04:11:40 UTC (buildkit.dockerfile.v0)RUN |3 ROCM_VERSION=6.4 AMDGPU_VERSION=6.4 APT_PREF=Package: *\nPin: release o=repo.radeon.com\nPin-Priority: 600 /bin/sh -c groupadd -g 109 render # buildkit
2025-05-22 10:15:34 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c apt update && apt -y install libclblast-dev libpq-dev clinfo ocl-icd-libopencl1 opencl-headers ocl-icd-opencl-dev python3-venv # buildkit
2025-05-22 10:17:03 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c python3 -m venv /home/chutes/.venv-default # buildkit
2025-05-22 10:17:04 UTC (buildkit.dockerfile.v0)ENV PATH=/home/chutes/.venv-default:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2025-05-22 10:17:04 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c ln -sf /home/chutes/.venv-default/bin/python3 /usr/bin/python && ln -sf /home/chutes/.venv-default/bin/pip3 /usr/bin/pip # buildkit
2025-05-22 10:17:04 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c useradd chutes && mkdir -p /home/chutes /app && chown -R chutes:chutes /home/chutes /app # buildkit
2025-05-22 10:17:04 UTC (buildkit.dockerfile.v0)USER chutes
2025-05-22 10:17:04 UTC (buildkit.dockerfile.v0)WORKDIR /app
2025-07-16 11:05:54 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c curl -sSL https://install.python-poetry.org | python - # buildkit
2025-07-25 11:55:44 UTC (buildkit.dockerfile.v0)ENV PATH=/home/chutes/.venv-default:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/home/chutes/.local/bin
2025-07-25 11:55:44 UTC (buildkit.dockerfile.v0)ADD --chown=chutes bootstrap.py poetry.lock pyproject.toml /app # buildkit
2025-07-25 11:55:44 UTC (buildkit.dockerfile.v0)WORKDIR /app
2025-07-25 11:55:46 UTC (buildkit.dockerfile.v0)RUN /bin/sh -c poetry install --no-root # buildkit
2025-07-25 11:55:46 UTC (buildkit.dockerfile.v0)USER chutes
2025-07-25 11:55:46 UTC (buildkit.dockerfile.v0)ENTRYPOINT ["poetry" "run" "python" "bootstrap.py"]
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.