Unverified Commit d5fbb870 authored by Michael Goin's avatar Michael Goin Committed by GitHub
Browse files

[CI/Build] Update Dockerfile install+deploy image to ubuntu 22.04 (#9130)


Co-authored-by: default avatarDarkLight1337 <tlleungac@connect.ust.hk>
parent cdca8994
...@@ -144,7 +144,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \ ...@@ -144,7 +144,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
#################### DEV IMAGE #################### #################### DEV IMAGE ####################
#################### vLLM installation IMAGE #################### #################### vLLM installation IMAGE ####################
# image with vLLM installed # image with vLLM installed
FROM nvidia/cuda:${CUDA_VERSION}-base-ubuntu20.04 AS vllm-base FROM nvidia/cuda:${CUDA_VERSION}-base-ubuntu22.04 AS vllm-base
ARG CUDA_VERSION=12.4.1 ARG CUDA_VERSION=12.4.1
ARG PYTHON_VERSION=3.12 ARG PYTHON_VERSION=3.12
WORKDIR /vllm-workspace WORKDIR /vllm-workspace
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment