[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"]
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user