Namespace
lmsysorg
Image / Tag
sglang:v0.5.10-xeon
Content Digest
sha256:43d99d3476a5a499c6324310e530d446569c01e96f1c58932be26bf5d7c65a81
Details
Created

2026-04-05 17:45:00 UTC

Size

1.11 GB

Content Digest
Labels
  • org.opencontainers.image.ref.name
    ubuntu
  • 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

/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:817807f3c64e0b90b66edc7d90297f121cad2a7c2a3ee05a731557762f91e6c7 - 2.5% (28.4 MB)

[#001] sha256:627197562dd5a3054ae36a461a3adf1620cd474f2e124595997c74c10a05a639 - 15.73% (179 MB)

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

[#003] sha256:e3395ec2c70c7a5d50884dc895e4f9d85a148a89d798452ef5c9a734567ddbb4 - 4.96% (56.3 MB)

[#004] sha256:58993e3b9db0dea2ae74ec6f9601c9e7f6d70b9d31207d99b6829bf9958b3358 - 0.0% (233 Bytes)

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

[#006] sha256:f17680d433c2a18aefe06c2b3132984019bb58178e9957e6a6992d3a78d4fc7e - 76.82% (873 MB)

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

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


History
2026-02-23 17:17:53 UTC

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

2026-02-23 17:17:53 UTC

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

2026-02-23 17:17:53 UTC

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

2026-02-23 17:17:53 UTC

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

2026-02-23 17:17:55 UTC

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

2026-02-23 17:17:56 UTC

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

2026-04-05 17:42:57 UTC (buildkit.dockerfile.v0)

SHELL [/bin/bash -c]

2026-04-05 17:42:57 UTC (buildkit.dockerfile.v0)

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

2026-04-05 17:42:57 UTC (buildkit.dockerfile.v0)

ARG VER_SGLANG=v0.5.10

2026-04-05 17:42:57 UTC (buildkit.dockerfile.v0)

RUN |2 SGLANG_REPO=https://github.com/sgl-project/sglang.git VER_SGLANG=v0.5.10 /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-04-05 17:42:57 UTC (buildkit.dockerfile.v0)

WORKDIR /opt

2026-04-05 17:42:59 UTC (buildkit.dockerfile.v0)

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

2026-04-05 17:42:59 UTC (buildkit.dockerfile.v0)

RUN |2 SGLANG_REPO=https://github.com/sgl-project/sglang.git VER_SGLANG=v0.5.10 /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-04-05 17:42:59 UTC (buildkit.dockerfile.v0)

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

2026-04-05 17:43:00 UTC (buildkit.dockerfile.v0)

WORKDIR /sgl-workspace

2026-04-05 17:45:00 UTC (buildkit.dockerfile.v0)

RUN |2 SGLANG_REPO=https://github.com/sgl-project/sglang.git VER_SGLANG=v0.5.10 /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 . # buildkit

2026-04-05 17:45:00 UTC (buildkit.dockerfile.v0)

ENV SGLANG_USE_CPU_ENGINE=1

2026-04-05 17:45:00 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-04-05 17:45:00 UTC (buildkit.dockerfile.v0)

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

2026-04-05 17:45:00 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