Namespace
lmsysorg
Image / Tag
sglang:v0.5.13-xeon
Content Digest
sha256:96fda92d0a108b72435de5e42ab5a3040abf17b6f61843de3bc51be50af996e8
Details
Created

2026-06-11 08:15:58 UTC

Size

1.25 GB

Content Digest
Labels
  • org.opencontainers.image.version
    24.04

Environment
LD_PRELOAD

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

1

UV_CONFIG_FILE

/opt/.venv/uv.toml


Layers

[#000] sha256:cb259a83ac3dd9fea0b394df41df2b298adf0df938fef5999475af18a751c257 - 2.21% (28.4 MB)

[#001] sha256:e25117fcaee5bbe9072ca52944c8011347a5dc0a15b2b5bfacd0505930d18f62 - 13.99% (179 MB)

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

[#003] sha256:6be7e8b00d080d8e3c1c3cede0f892cdae0337e03eba7a230872c669c27195fe - 4.39% (56.3 MB)

[#004] sha256:d8a60d1fbc4a528733a067670655b91c3c5f3f147644679509c41bb03ded7376 - 0.0% (235 Bytes)

[#005] sha256:efb9c9b1efc5014afef1a9a2cf3c319cad9358aa8599eadc45a4ceca59758389 - 0.0% (103 Bytes)

[#006] sha256:e01ca2725aa34f5bc74c00c3e64f75416baddbdcc6cf86a43f99060c20dca91b - 79.41% (1020 MB)

[#007] sha256:ea102767c5da0be35548c7218120267db27ed872f6409bb36e24cb85d7da739d - 0.0% (1.56 KB)

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


History
2026-05-20 01:37:19 UTC

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

2026-05-20 01:37:19 UTC

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

2026-05-20 01:37:19 UTC

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

2026-05-20 01:37:21 UTC

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

2026-05-20 01:37:22 UTC

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

2026-06-11 08:13:28 UTC (buildkit.dockerfile.v0)

SHELL [/bin/bash -c]

2026-06-11 08:13:28 UTC (buildkit.dockerfile.v0)

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

2026-06-11 08:13:28 UTC (buildkit.dockerfile.v0)

ARG VER_SGLANG=v0.5.13

2026-06-11 08:13:28 UTC (buildkit.dockerfile.v0)

RUN |2 SGLANG_REPO=https://github.com/sgl-project/sglang.git VER_SGLANG=v0.5.13 /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-06-11 08:13:28 UTC (buildkit.dockerfile.v0)

WORKDIR /opt

2026-06-11 08:13:31 UTC (buildkit.dockerfile.v0)

RUN |2 SGLANG_REPO=https://github.com/sgl-project/sglang.git VER_SGLANG=v0.5.13 /bin/bash -c curl -LsSf https://astral.sh/uv/install.sh | sh && source $HOME/.local/bin/env && uv venv --python 3.12 # buildkit

2026-06-11 08:13:31 UTC (buildkit.dockerfile.v0)

RUN |2 SGLANG_REPO=https://github.com/sgl-project/sglang.git VER_SGLANG=v0.5.13 /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-06-11 08:13:31 UTC (buildkit.dockerfile.v0)

ENV UV_CONFIG_FILE=/opt/.venv/uv.toml

2026-06-11 08:13:31 UTC (buildkit.dockerfile.v0)

WORKDIR /sgl-workspace

2026-06-11 08:15:58 UTC (buildkit.dockerfile.v0)

RUN |2 SGLANG_REPO=https://github.com/sgl-project/sglang.git VER_SGLANG=v0.5.13 /bin/bash -c source $HOME/.local/bin/env && 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 . && uv pip install pytest # buildkit

2026-06-11 08:15:58 UTC (buildkit.dockerfile.v0)

ENV SGLANG_USE_CPU_ENGINE=1

2026-06-11 08:15:58 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-06-11 08:15:58 UTC (buildkit.dockerfile.v0)

ENV PATH=/opt/.venv/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2026-06-11 08:15:58 UTC (buildkit.dockerfile.v0)

RUN |2 SGLANG_REPO=https://github.com/sgl-project/sglang.git VER_SGLANG=v0.5.13 /bin/bash -c echo 'source /opt/.venv/bin/activate' >> /root/.bashrc # buildkit

2026-06-11 08:15:58 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