2025-10-15 23:53:06 UTC
2.45 GB
/sgl-workspace/miniforge3
LD_PRELOAD/sgl-workspace/miniforge3/lib/libiomp5.so:/sgl-workspace/miniforge3/lib/libtcmalloc.so:/sgl-workspace/miniforge3/lib/libtbbmalloc.so.2
PATH/sgl-workspace/miniforge3/bin:/sgl-workspace/miniforge3/condabin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
PIP_ROOT_USER_ACTIONignore
SGLANG_USE_CPU_ENGINE1
[#000] sha256:4b3ffd8ccb5201a0fc03585952effb4ed2d1ea5e704d2e7330212fb8b16c86a3 - 1.13% (28.3 MB)
[#001] sha256:c90f21aebb61e469e377a61e7b59e08f6ebd9d029b9a3f423ed571575551dee6 - 6.7% (168 MB)
[#002] sha256:a4019a7ea079ecaaa51b7ed4ca48f269093c0de9e6f490ba6caff91ada41b8f2 - 0.0% (103 Bytes)
[#003] sha256:c151557b026b1aa0cd389cc9f9a509d242b54a25cc5ce851074b0d3bccb51eb2 - 20.02% (503 MB)
[#004] sha256:94983c3627cd012860beab256c52afe2ed155d667f81c6fa212c2426a989b0dd - 0.0% (21.5 KB)
[#005] sha256:e86218d086c3d7cab80ad14f8e142d7092a3ebe26c48aa583fe3db413c6660ba - 72.15% (1.77 GB)
[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)
/bin/sh -c #(nop) ARG RELEASE
2025-10-01 13:01:35 UTC/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH
2025-10-01 13:01:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu
2025-10-01 13:01:35 UTC/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04
2025-10-01 13:01:37 UTC/bin/sh -c #(nop) ADD file:249778a1782b02a1c2bcf9f292f5778d81442a53c3de1958d712f10baf7e0b60 in /
2025-10-01 13:01:37 UTC/bin/sh -c #(nop) CMD ["/bin/bash"]
2025-10-15 23:49:42 UTC (buildkit.dockerfile.v0)SHELL [/bin/bash -c]
2025-10-15 23:49:42 UTC (buildkit.dockerfile.v0)ARG SGLANG_REPO=https://github.com/sgl-project/sglang.git
2025-10-15 23:49:42 UTC (buildkit.dockerfile.v0)ARG VER_SGLANG=main
2025-10-15 23:49:42 UTC (buildkit.dockerfile.v0)ARG VER_TORCH=2.7.1
2025-10-15 23:49:42 UTC (buildkit.dockerfile.v0)ARG VER_TORCHVISION=0.22.1
2025-10-15 23:49:42 UTC (buildkit.dockerfile.v0)ARG VER_TRITON=3.3.1
2025-10-15 23:49:42 UTC (buildkit.dockerfile.v0)RUN |5 SGLANG_REPO=https://github.com/sgl-project/sglang.git VER_SGLANG=main VER_TORCH=2.7.1 VER_TORCHVISION=0.22.1 VER_TRITON=3.3.1 /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 # buildkit
2025-10-15 23:49:42 UTC (buildkit.dockerfile.v0)WORKDIR /sgl-workspace
2025-10-15 23:50:07 UTC (buildkit.dockerfile.v0)RUN |5 SGLANG_REPO=https://github.com/sgl-project/sglang.git VER_SGLANG=main VER_TORCH=2.7.1 VER_TORCHVISION=0.22.1 VER_TRITON=3.3.1 /bin/bash -c curl -fsSL -o miniforge.sh -O https://github.com/conda-forge/miniforge/releases/download/25.3.1-0/Miniforge3-25.3.1-0-Linux-x86_64.sh && bash miniforge.sh -b -p ./miniforge3 && rm -f miniforge.sh && . miniforge3/bin/activate && conda install -y libsqlite==3.48.0 gperftools tbb libnuma numactl # buildkit
2025-10-15 23:50:07 UTC (buildkit.dockerfile.v0)ENV PATH=/sgl-workspace/miniforge3/bin:/sgl-workspace/miniforge3/condabin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
2025-10-15 23:50:07 UTC (buildkit.dockerfile.v0)ENV PIP_ROOT_USER_ACTION=ignore
2025-10-15 23:50:07 UTC (buildkit.dockerfile.v0)ENV CONDA_PREFIX=/sgl-workspace/miniforge3
2025-10-15 23:50:07 UTC (buildkit.dockerfile.v0)RUN |5 SGLANG_REPO=https://github.com/sgl-project/sglang.git VER_SGLANG=main VER_TORCH=2.7.1 VER_TORCHVISION=0.22.1 VER_TRITON=3.3.1 /bin/bash -c pip config set global.index-url https://download.pytorch.org/whl/cpu && pip config set global.extra-index-url https://pypi.org/simple # buildkit
2025-10-15 23:53:06 UTC (buildkit.dockerfile.v0)RUN |5 SGLANG_REPO=https://github.com/sgl-project/sglang.git VER_SGLANG=main VER_TORCH=2.7.1 VER_TORCHVISION=0.22.1 VER_TRITON=3.3.1 /bin/bash -c git clone ${SGLANG_REPO} sglang && cd sglang && git checkout ${VER_SGLANG} && cd python && cp pyproject_cpu.toml pyproject.toml && pip install . && pip install torch==${VER_TORCH} torchvision==${VER_TORCHVISION} triton==${VER_TRITON} --force-reinstall && cd ../sgl-kernel && cp pyproject_cpu.toml pyproject.toml && pip install . # buildkit
2025-10-15 23:53:06 UTC (buildkit.dockerfile.v0)ENV SGLANG_USE_CPU_ENGINE=1
2025-10-15 23:53:06 UTC (buildkit.dockerfile.v0)ENV LD_PRELOAD=/sgl-workspace/miniforge3/lib/libiomp5.so:/sgl-workspace/miniforge3/lib/libtcmalloc.so:/sgl-workspace/miniforge3/lib/libtbbmalloc.so.2
2025-10-15 23:53:06 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.