Namespace
lmsysorg
Image / Tag
sglang:v0.5.8-xeon
Content Digest
sha256:6939b8c68732d2e3fea2c55111bd2c393e5064dd02b3001bd0ab4095947c58c0
Details
Created

2026-01-23 18:00:55 UTC

Size

1.41 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:a3629ac5b9f4680dc2032439ff2354e73b06aecc2e68f0035a2d7c001c8b4114 - 1.96% (28.3 MB)

[#001] sha256:a5a70e90d18bbc07ab02a01acddd5bf21cb018d7120e4c0dddf9bfb3282b23b5 - 11.89% (172 MB)

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

[#003] sha256:903e4f7b886c2f2961d830f727da5df5135b6d2c4a373f7d4da4854de32838e8 - 3.77% (54.6 MB)

[#004] sha256:2741d81e1d99ff38fffb0b4c9b9a68813a3582b03f85231f03d2d50cb2e36a20 - 0.0% (233 Bytes)

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

[#006] sha256:47c9bb02ead88a558f460ad93ed580d1a37cc65e7e49448c37d5a1cce0489e4e - 82.37% (1.16 GB)

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

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


History
2026-01-13 05:37:25 UTC

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

2026-01-13 05:37:25 UTC

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

2026-01-13 05:37:25 UTC

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

2026-01-13 05:37:25 UTC

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

2026-01-13 05:37:27 UTC

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

2026-01-13 05:37:27 UTC

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

2026-01-23 17:59:03 UTC (buildkit.dockerfile.v0)

SHELL [/bin/bash -c]

2026-01-23 17:59:03 UTC (buildkit.dockerfile.v0)

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

2026-01-23 17:59:03 UTC (buildkit.dockerfile.v0)

ARG VER_SGLANG=v0.5.8

2026-01-23 17:59:03 UTC (buildkit.dockerfile.v0)

ARG VER_TORCH=2.9.0

2026-01-23 17:59:03 UTC (buildkit.dockerfile.v0)

ARG VER_TORCHVISION=0.24.0

2026-01-23 17:59:03 UTC (buildkit.dockerfile.v0)

ARG VER_TORCHAUDIO=2.9.0

2026-01-23 17:59:03 UTC (buildkit.dockerfile.v0)

ARG VER_TORCHAO=0.14.1

2026-01-23 17:59:03 UTC (buildkit.dockerfile.v0)

ARG VER_TRITON=3.5.0

2026-01-23 17:59:03 UTC (buildkit.dockerfile.v0)

RUN |7 SGLANG_REPO=https://github.com/sgl-project/sglang.git VER_SGLANG=v0.5.8 VER_TORCH=2.9.0 VER_TORCHVISION=0.24.0 VER_TORCHAUDIO=2.9.0 VER_TORCHAO=0.14.1 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 libsqlite3-dev google-perftools libtbb-dev libnuma-dev numactl # buildkit

2026-01-23 17:59:03 UTC (buildkit.dockerfile.v0)

WORKDIR /opt

2026-01-23 17:59:06 UTC (buildkit.dockerfile.v0)

RUN |7 SGLANG_REPO=https://github.com/sgl-project/sglang.git VER_SGLANG=v0.5.8 VER_TORCH=2.9.0 VER_TORCHVISION=0.24.0 VER_TORCHAUDIO=2.9.0 VER_TORCHAO=0.14.1 VER_TRITON=3.5.0 /bin/bash -c curl -LsSf https://astral.sh/uv/install.sh | sh && source $HOME/.local/bin/env && uv venv --python 3.12 # buildkit

2026-01-23 17:59:06 UTC (buildkit.dockerfile.v0)

RUN |7 SGLANG_REPO=https://github.com/sgl-project/sglang.git VER_SGLANG=v0.5.8 VER_TORCH=2.9.0 VER_TORCHVISION=0.24.0 VER_TORCHAUDIO=2.9.0 VER_TORCHAO=0.14.1 VER_TRITON=3.5.0 /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-01-23 17:59:06 UTC (buildkit.dockerfile.v0)

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

2026-01-23 17:59:06 UTC (buildkit.dockerfile.v0)

WORKDIR /sgl-workspace

2026-01-23 18:00:55 UTC (buildkit.dockerfile.v0)

RUN |7 SGLANG_REPO=https://github.com/sgl-project/sglang.git VER_SGLANG=v0.5.8 VER_TORCH=2.9.0 VER_TORCHVISION=0.24.0 VER_TORCHAUDIO=2.9.0 VER_TORCHAO=0.14.1 VER_TRITON=3.5.0 /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 . && uv pip install torch==${VER_TORCH} torchvision==${VER_TORCHVISION} torchaudio==${VER_TORCHAUDIO} torchao==${VER_TORCHAO} triton==${VER_TRITON} --force-reinstall && uv pip install tabulate && cd ../sgl-kernel && cp pyproject_cpu.toml pyproject.toml && uv pip install . # buildkit

2026-01-23 18:00:55 UTC (buildkit.dockerfile.v0)

ENV SGLANG_USE_CPU_ENGINE=1

2026-01-23 18:00:55 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-01-23 18:00:55 UTC (buildkit.dockerfile.v0)

RUN |7 SGLANG_REPO=https://github.com/sgl-project/sglang.git VER_SGLANG=v0.5.8 VER_TORCH=2.9.0 VER_TORCHVISION=0.24.0 VER_TORCHAUDIO=2.9.0 VER_TORCHAO=0.14.1 VER_TRITON=3.5.0 /bin/bash -c echo 'source /opt/.venv/bin/activate' >> /root/.bashrc # buildkit

2026-01-23 18:00:55 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