Skip to content

Commit 1c36273

Browse files
chore(deps): update registry.access.redhat.com/ubi9/python-311 docker tag to v9.5-1745330958 (#112)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 477c9be commit 1c36273

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

chat/vulkan/amd64/Containerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# SPDX-License-Identifier: Apache-2.0
1717

1818
# Stage 1: Build dependencies
19-
FROM registry.access.redhat.com/ubi9/python-311:9.5-1744097391 AS builder
19+
FROM registry.access.redhat.com/ubi9/python-311:9.5-1745330958 AS builder
2020
USER 0
2121
RUN dnf install -y python3-dnf-plugin-versionlock && \
2222
dnf install -y mesa-vulkan-drivers-24.1.2-3.el9.x86_64 && \
@@ -39,7 +39,7 @@ ENV FORCE_CMAKE=1
3939
RUN pip install --target=/locallm --no-cache-dir --upgrade -r requirements.txt
4040

4141
# Stage 2: Create final image with minimal content
42-
FROM registry.access.redhat.com/ubi9/python-311:9.5-1744097391
42+
FROM registry.access.redhat.com/ubi9/python-311:9.5-1745330958
4343
COPY --from=builder /locallm/ /locallm
4444
COPY --from=builder /usr/bin/vkcube* /usr/bin/
4545
COPY --from=builder /usr/bin/vulkaninfo /usr/bin/vulkaninfo

chat/vulkan/arm64/Containerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# SPDX-License-Identifier: Apache-2.0
1717

1818
# Stage 1: Build dependencies
19-
FROM registry.access.redhat.com/ubi9/python-311:9.5-1744097391 AS builder
19+
FROM registry.access.redhat.com/ubi9/python-311:9.5-1745330958 AS builder
2020
USER 0
2121
WORKDIR /locallm
2222
RUN dnf install -y python3-dnf-plugin-versionlock && \
@@ -37,7 +37,7 @@ ENV FORCE_CMAKE=1
3737
RUN pip install --target=/locallm --no-cache-dir --upgrade -r requirements.txt
3838

3939
# Stage 2: Create final image with minimal content
40-
FROM registry.access.redhat.com/ubi9/python-311:9.5-1744097391
40+
FROM registry.access.redhat.com/ubi9/python-311:9.5-1745330958
4141
COPY --from=builder /locallm/ /locallm
4242
COPY --from=builder /usr/bin/vkcube* /usr/bin/
4343
COPY --from=builder /usr/bin/vulkaninfo /usr/bin/vulkaninfo

0 commit comments

Comments
 (0)