[CPU] Update base image to Ubuntu 26.04 (#35313)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM ubuntu:24.04
|
FROM ubuntu:26.04
|
||||||
SHELL ["/bin/bash", "-c"]
|
SHELL ["/bin/bash", "-c"]
|
||||||
|
|
||||||
ARG SGLANG_REPO=https://github.com/sgl-project/sglang.git
|
ARG SGLANG_REPO=https://github.com/sgl-project/sglang.git
|
||||||
@@ -16,7 +16,7 @@ RUN apt-get update && \
|
|||||||
g++ \
|
g++ \
|
||||||
make \
|
make \
|
||||||
libsqlite3-dev \
|
libsqlite3-dev \
|
||||||
google-perftools \
|
libgoogle-perftools-dev \
|
||||||
libtbb-dev \
|
libtbb-dev \
|
||||||
libnuma-dev \
|
libnuma-dev \
|
||||||
numactl
|
numactl
|
||||||
|
|||||||
Reference in New Issue
Block a user