Skip to content
This repository was archived by the owner on Sep 4, 2025. It is now read-only.

Commit ad5028e

Browse files
committed
Dockerfile.ubi: change release stage base to python-cuda-base
1 parent 6100606 commit ad5028e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.ubi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ RUN curl -LO https://github.com/jedisct1/libsodium/releases/download/${LIBSODIUM
153153
RUN ./configure --prefix="/usr/" && make && make check
154154

155155
## Release #####################################################################
156-
FROM python-install AS vllm-openai
156+
FROM python-cuda-base AS vllm-openai
157157

158158
WORKDIR /workspace
159159

0 commit comments

Comments
 (0)