Skip to content

Commit 4edefa6

Browse files
red-hat-konflux[bot]dtrifiro
authored andcommittedMar 12, 2025·
chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.5-1741599792
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent ab7f130 commit 4edefa6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎Dockerfile.rocm.ubi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Global Args ##################################################################
2-
ARG BASE_UBI_IMAGE_TAG=9.5-1739420147
2+
ARG BASE_UBI_IMAGE_TAG=9.5-1741599792
33
ARG PYTHON_VERSION=3.12
44
# Default ROCm ARCHes to build vLLM for.
55
ARG PYTORCH_ROCM_ARCH="gfx908;gfx90a;gfx942;gfx1100"

‎Dockerfile.s390x.ubi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base UBI image for s390x architecture
2-
ARG BASE_UBI_IMAGE_TAG=9.5-1736404155
2+
ARG BASE_UBI_IMAGE_TAG=9.5-1741599792
33
ARG PYTHON_VERSION=3.12
44
FROM registry.access.redhat.com/ubi9/ubi-minimal:${BASE_UBI_IMAGE_TAG} AS base
55

‎Dockerfile.ubi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## Global Args #################################################################
2-
ARG BASE_UBI_IMAGE_TAG=9.5-1739420147
2+
ARG BASE_UBI_IMAGE_TAG=9.5-1741599792
33
ARG PYTHON_VERSION=3.12
44

55
ARG TORCH_CUDA_ARCH_LIST="7.0 7.5 8.0 8.6 8.9 9.0+PTX"

0 commit comments

Comments
 (0)
Please sign in to comment.