Skip to content

Commit ac04abb

Browse files
authored
Merge pull request vllm-project#145 from RH-steve-grubb/do-updates
Start by updating the image
2 parents d7abf74 + e9f27b4 commit ac04abb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.ubi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ ARG TORCH_CUDA_ARCH_LIST="7.0 7.5 8.0 8.6 8.9 9.0+PTX"
88
FROM registry.access.redhat.com/ubi9/ubi-minimal:${BASE_UBI_IMAGE_TAG} as base
99
ARG PYTHON_VERSION
1010

11-
RUN microdnf install -y \
11+
RUN microdnf -y update && \
12+
microdnf install -y \
1213
python${PYTHON_VERSION}-pip python${PYTHON_VERSION}-wheel \
1314
&& microdnf clean all
1415

0 commit comments

Comments
 (0)