Skip to content

Commit d5fbb87

Browse files
mgoinDarkLight1337
andauthored
[CI/Build] Update Dockerfile install+deploy image to ubuntu 22.04 (#9130)
Co-authored-by: DarkLight1337 <[email protected]>
1 parent cdca899 commit d5fbb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
144144
#################### DEV IMAGE ####################
145145
#################### vLLM installation IMAGE ####################
146146
# image with vLLM installed
147-
FROM nvidia/cuda:${CUDA_VERSION}-base-ubuntu20.04 AS vllm-base
147+
FROM nvidia/cuda:${CUDA_VERSION}-base-ubuntu22.04 AS vllm-base
148148
ARG CUDA_VERSION=12.4.1
149149
ARG PYTHON_VERSION=3.12
150150
WORKDIR /vllm-workspace

0 commit comments

Comments
 (0)