We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdca899 commit d5fbb87Copy full SHA for d5fbb87
Dockerfile
@@ -144,7 +144,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
144
#################### DEV IMAGE ####################
145
#################### vLLM installation IMAGE ####################
146
# image with vLLM installed
147
-FROM nvidia/cuda:${CUDA_VERSION}-base-ubuntu20.04 AS vllm-base
+FROM nvidia/cuda:${CUDA_VERSION}-base-ubuntu22.04 AS vllm-base
148
ARG CUDA_VERSION=12.4.1
149
ARG PYTHON_VERSION=3.12
150
WORKDIR /vllm-workspace
0 commit comments