From 4b0edb25f2175381682a2b677d0315b15d786d86 Mon Sep 17 00:00:00 2001 From: Zaili Wang <109502517+ZailiWang@users.noreply.github.com> Date: Thu, 3 Sep 2026 12:42:14 +0800 Subject: [PATCH] [CPU] Update base image to Ubuntu 26.04 (#35313) --- docker/xeon.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/xeon.Dockerfile b/docker/xeon.Dockerfile index 08863e6d2..7c22ebbb2 100644 --- a/docker/xeon.Dockerfile +++ b/docker/xeon.Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:24.04 +FROM ubuntu:26.04 SHELL ["/bin/bash", "-c"] ARG SGLANG_REPO=https://github.com/sgl-project/sglang.git @@ -16,7 +16,7 @@ RUN apt-get update && \ g++ \ make \ libsqlite3-dev \ - google-perftools \ + libgoogle-perftools-dev \ libtbb-dev \ libnuma-dev \ numactl