Skip to content

Commit ac43ea6

Browse files
committed
fix(build): use ubuntu:26.04 base image to match llama-server glibc
Signed-off-by: Dorin Geman <dorin.geman@docker.com>
1 parent f7eb4b8 commit ac43ea6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ APP_NAME := model-runner
33
GO_VERSION := 1.25.8
44
LLAMA_SERVER_VERSION := latest
55
LLAMA_SERVER_VARIANT := cpu
6-
BASE_IMAGE := ubuntu:24.04
6+
BASE_IMAGE := ubuntu:26.04
77
VLLM_BASE_IMAGE := nvidia/cuda:13.0.2-runtime-ubuntu24.04
88
VLLM_VERSION ?= 0.17.0
99
DOCKER_IMAGE := docker/model-runner:latest

0 commit comments

Comments
 (0)