Namespace
lmsysorg
Image / Tag
sglang:v0.5.5.post3-xeon
Content Digest
sha256:06599e610fd8b0cce467ca94a9c22ed8809f75fc4b4f271bc8c13c6656a6166f
Details
Created

2025-11-17 02:00:05 UTC

Size

2.56 GB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • org.opencontainers.image.version
    24.04

Environment
CONDA_PREFIX

/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_ACTION

ignore

SGLANG_USE_CPU_ENGINE

1


Layers

[#000] sha256:20043066d3d5c78b45520c5707319835ac7d1f3d7f0dded0138ea0897d6a3188 - 1.08% (28.3 MB)

[#001] sha256:808980e2de187a89991be2669d7807d76ef4791a00e65b15eaeebb8b797e9a31 - 6.42% (169 MB)

[#002] sha256:7991593776dc7d8c1acd7753f3fb3352368c4c7041059f8a5c0e57d1dd9fe8e0 - 0.0% (103 Bytes)

[#003] sha256:274df8b26450ca2ccf46275b28f4e55b628b5d4daf5e1b05870bafffd221f200 - 19.3% (506 MB)

[#004] sha256:15861ff215907994088550681a83301e740b474b0526ef6c5cfddced50c97dbc - 0.0% (21.5 KB)

[#005] sha256:ee96df78f97a3db39beb28b71fdb3d558428e19df1083fc167bc182a180fcc4b - 73.19% (1.88 GB)

[#006] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2025-10-16 19:23:01 UTC

/bin/sh -c #(nop) ARG RELEASE

2025-10-16 19:23:01 UTC

/bin/sh -c #(nop) ARG LAUNCHPAD_BUILD_ARCH

2025-10-16 19:23:01 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.ref.name=ubuntu

2025-10-16 19:23:01 UTC

/bin/sh -c #(nop) LABEL org.opencontainers.image.version=24.04

2025-10-16 19:23:03 UTC

/bin/sh -c #(nop) ADD file:ddf1aa62235de6657123492b19d27d937c25668011b5ebf923a3f019200f8540 in /

2025-10-16 19:23:03 UTC

/bin/sh -c #(nop) CMD ["/bin/bash"]

2025-11-17 01:56:07 UTC (buildkit.dockerfile.v0)

SHELL [/bin/bash -c]

2025-11-17 01:56:07 UTC (buildkit.dockerfile.v0)

ARG SGLANG_REPO=https://github.com/sgl-project/sglang.git

2025-11-17 01:56:07 UTC (buildkit.dockerfile.v0)

ARG VER_SGLANG=main

2025-11-17 01:56:07 UTC (buildkit.dockerfile.v0)

ARG VER_TORCH=2.9.0

2025-11-17 01:56:07 UTC (buildkit.dockerfile.v0)

ARG VER_TORCHVISION=0.24.0

2025-11-17 01:56:07 UTC (buildkit.dockerfile.v0)

ARG VER_TRITON=3.5.0

2025-11-17 01:56:07 UTC (buildkit.dockerfile.v0)

RUN |5 SGLANG_REPO=https://github.com/sgl-project/sglang.git VER_SGLANG=main VER_TORCH=2.9.0 VER_TORCHVISION=0.24.0 VER_TRITON=3.5.0 /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-11-17 01:56:07 UTC (buildkit.dockerfile.v0)

WORKDIR /sgl-workspace

2025-11-17 01:56:33 UTC (buildkit.dockerfile.v0)

RUN |5 SGLANG_REPO=https://github.com/sgl-project/sglang.git VER_SGLANG=main VER_TORCH=2.9.0 VER_TORCHVISION=0.24.0 VER_TRITON=3.5.0 /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-11-17 01:56:33 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-11-17 01:56:33 UTC (buildkit.dockerfile.v0)

ENV PIP_ROOT_USER_ACTION=ignore

2025-11-17 01:56:33 UTC (buildkit.dockerfile.v0)

ENV CONDA_PREFIX=/sgl-workspace/miniforge3

2025-11-17 01:56:33 UTC (buildkit.dockerfile.v0)

RUN |5 SGLANG_REPO=https://github.com/sgl-project/sglang.git VER_SGLANG=main VER_TORCH=2.9.0 VER_TORCHVISION=0.24.0 VER_TRITON=3.5.0 /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-11-17 02:00:05 UTC (buildkit.dockerfile.v0)

RUN |5 SGLANG_REPO=https://github.com/sgl-project/sglang.git VER_SGLANG=main VER_TORCH=2.9.0 VER_TORCHVISION=0.24.0 VER_TRITON=3.5.0 /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-11-17 02:00:05 UTC (buildkit.dockerfile.v0)

ENV SGLANG_USE_CPU_ENGINE=1

2025-11-17 02:00:05 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-11-17 02:00:05 UTC (buildkit.dockerfile.v0)

WORKDIR /sgl-workspace/sglang

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