diff --git a/chat/vulkan/amd64/Containerfile b/chat/vulkan/amd64/Containerfile index 93a051c..72e12d0 100644 --- a/chat/vulkan/amd64/Containerfile +++ b/chat/vulkan/amd64/Containerfile @@ -16,7 +16,7 @@ # SPDX-License-Identifier: Apache-2.0 # Stage 1: Build dependencies -FROM registry.access.redhat.com/ubi9/python-311:1-66 AS builder +FROM registry.access.redhat.com/ubi9/python-311:1-72 AS builder USER 0 RUN dnf install -y python3-dnf-plugin-versionlock && \ dnf install -y mesa-vulkan-drivers-23.3.3-1.el9.x86_64 && \ @@ -35,7 +35,7 @@ ENV FORCE_CMAKE=1 RUN pip install --target=/locallm --no-cache-dir --upgrade -r requirements.txt # Stage 2: Create final image with minimal content -FROM registry.access.redhat.com/ubi9/python-311:1-66 +FROM registry.access.redhat.com/ubi9/python-311:1-72 COPY --from=builder /locallm/ /locallm COPY --from=builder /usr/bin/vkcube* /usr/bin/ COPY --from=builder /usr/bin/vulkaninfo /usr/bin/vulkaninfo diff --git a/chat/vulkan/arm64/Containerfile b/chat/vulkan/arm64/Containerfile index b11b1a0..8e7d666 100644 --- a/chat/vulkan/arm64/Containerfile +++ b/chat/vulkan/arm64/Containerfile @@ -16,7 +16,7 @@ # SPDX-License-Identifier: Apache-2.0 # Stage 1: Build dependencies -FROM registry.access.redhat.com/ubi9/python-311:1-66 AS builder +FROM registry.access.redhat.com/ubi9/python-311:1-72 AS builder USER 0 WORKDIR /locallm RUN dnf install -y python3-dnf-plugin-versionlock && \ @@ -34,7 +34,7 @@ ENV FORCE_CMAKE=1 RUN pip install --target=/locallm --no-cache-dir --upgrade -r requirements.txt # Stage 2: Create final image with minimal content -FROM registry.access.redhat.com/ubi9/python-311:1-66 +FROM registry.access.redhat.com/ubi9/python-311:1-72 COPY --from=builder /locallm/ /locallm COPY --from=builder /usr/bin/vkcube* /usr/bin/ COPY --from=builder /usr/bin/vulkaninfo /usr/bin/vulkaninfo