2026-07-10 08:26:08 UTC
1.3 GB
/usr/lib/x86_64-linux-gnu/libtcmalloc.so.4:/usr/lib/x86_64-linux-gnu/libtbbmalloc.so:/opt/.venv/lib/libiomp5.so
PATH/opt/.venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
SGLANG_USE_CPU_ENGINE1
UV_CONFIG_FILE/opt/.venv/uv.toml
UV_PYTHON_INSTALL_DIR/usr/local/share/uv/python
[#000] sha256:ca2678b20700c15185707964d9211b1a6406196114bf675f568b6025d37b3888 - 2.14% (28.4 MB)
[#001] sha256:54998290724e13d875ed37668f5f15938fa49a57fe860eff940135001d300f2b - 12.85% (170 MB)
[#002] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
[#003] sha256:5a701f536667602211834a0b2cc91e2d21e9e2f07ba148a13cb01d4ca397afc4 - 4.4% (58.4 MB)
[#004] sha256:abb26cf607b995492cfd8eb417ffb6a94bb2894c4a5b2b21f4aa31d2faf3fec4 - 0.0% (233 Bytes)
[#005] sha256:49f715450412dd629a46eeee3a708a6cb0b48a1d8fc1cd076ba6626ec957f25c - 0.0% (103 Bytes)
[#006] sha256:7b77a6c6ff27f227bd4d2af13d346da64c15c431db4c2530da735de732921e73 - 80.61% (1.04 GB)
[#007] sha256:4acb527362246daaeef06f07c49d200067f9d08222f0dd1808476ad29710be93 - 0.0% (1.56 KB)
[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2026-06-22 21:24:18 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2026-06-22 21:24:18 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2026-06-22 21:24:20 UTC/bin/sh -c #(nop) ADD file:8c609c85109d07bf47cf268a175b3be8bbe34fc0c41d15d99b090d099f4dc837 in /
2026-06-22 21:24:21 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2026-07-10 08:23:24 UTC (buildkit.dockerfile.v0)SHELL [/bin/bash -c]
2026-07-10 08:23:24 UTC (buildkit.dockerfile.v0)ARG SGLANG_REPO=https://github.com/sgl-project/sglang.git
2026-07-10 08:23:24 UTC (buildkit.dockerfile.v0)ARG VER_SGLANG=v0.5.15
2026-07-10 08:23:24 UTC (buildkit.dockerfile.v0)RUN |2 SGLANG_REPO=https://github.com/sgl-project/sglang.git VER_SGLANG=v0.5.15 /bin/bash -c apt-get update && apt-get full-upgrade -y && DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y ca-certificates git curl wget vim gcc g++ make libsqlite3-dev google-perftools libtbb-dev libnuma-dev numactl # buildkit
2026-07-10 08:23:24 UTC (buildkit.dockerfile.v0)WORKDIR /opt
2026-07-10 08:23:24 UTC (buildkit.dockerfile.v0)ENV UV_PYTHON_INSTALL_DIR=/usr/local/share/uv/python
2026-07-10 08:23:27 UTC (buildkit.dockerfile.v0)RUN |2 SGLANG_REPO=https://github.com/sgl-project/sglang.git VER_SGLANG=v0.5.15 /bin/bash -c curl -LsSf https://astral.sh/uv/install.sh | sh && mv /root/.local/bin/uv /root/.local/bin/uvx /usr/local/bin/ && uv venv --python 3.12 # buildkit
2026-07-10 08:23:27 UTC (buildkit.dockerfile.v0)RUN |2 SGLANG_REPO=https://github.com/sgl-project/sglang.git VER_SGLANG=v0.5.15 /bin/bash -c echo -e '[[index]]\nname = "torch"\nurl = "https://download.pytorch.org/whl/cpu"\n\n[[index]]\nname = "torchvision"\nurl = "https://download.pytorch.org/whl/cpu"\n\n[[index]]\nname = "torchaudio"\nurl = "https://download.pytorch.org/whl/cpu"\n\n[[index]]\nname = "triton"\nurl = "https://download.pytorch.org/whl/cpu"' > .venv/uv.toml # buildkit
2026-07-10 08:23:27 UTC (buildkit.dockerfile.v0)ENV UV_CONFIG_FILE=/opt/.venv/uv.toml
2026-07-10 08:23:27 UTC (buildkit.dockerfile.v0)WORKDIR /sgl-workspace
2026-07-10 08:26:08 UTC (buildkit.dockerfile.v0)RUN |2 SGLANG_REPO=https://github.com/sgl-project/sglang.git VER_SGLANG=v0.5.15 /bin/bash -c source /opt/.venv/bin/activate && git clone ${SGLANG_REPO} sglang && cd sglang && git checkout ${VER_SGLANG} && cd python && cp pyproject_cpu.toml pyproject.toml && uv pip install . && cd ../sgl-kernel && cp pyproject_cpu.toml pyproject.toml && uv pip install . # buildkit
2026-07-10 08:26:08 UTC (buildkit.dockerfile.v0)ENV SGLANG_USE_CPU_ENGINE=1
2026-07-10 08:26:08 UTC (buildkit.dockerfile.v0)ENV LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libtcmalloc.so.4:/usr/lib/x86_64-linux-gnu/libtbbmalloc.so:/opt/.venv/lib/libiomp5.so
2026-07-10 08:26:08 UTC (buildkit.dockerfile.v0)ENV PATH=/opt/.venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2026-07-10 08:26:08 UTC (buildkit.dockerfile.v0)RUN |2 SGLANG_REPO=https://github.com/sgl-project/sglang.git VER_SGLANG=v0.5.15 /bin/bash -c echo 'source /opt/.venv/bin/activate' >> /root/.bashrc # buildkit
2026-07-10 08:26:08 UTC (buildkit.dockerfile.v0)WORKDIR /sgl-workspace/sglang
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.