Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update registry.access.redhat.com/ubi9/python-311 docker tag to v1-72.1722518949 #39

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chat/vulkan/amd64/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# SPDX-License-Identifier: Apache-2.0

# Stage 1: Build dependencies
FROM registry.access.redhat.com/ubi9/python-311:1-72 AS builder
FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949 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 && \
Expand All @@ -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-72
FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949
COPY --from=builder /locallm/ /locallm
COPY --from=builder /usr/bin/vkcube* /usr/bin/
COPY --from=builder /usr/bin/vulkaninfo /usr/bin/vulkaninfo
Expand Down
4 changes: 2 additions & 2 deletions chat/vulkan/arm64/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# SPDX-License-Identifier: Apache-2.0

# Stage 1: Build dependencies
FROM registry.access.redhat.com/ubi9/python-311:1-72 AS builder
FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949 AS builder
USER 0
WORKDIR /locallm
RUN dnf install -y python3-dnf-plugin-versionlock && \
Expand All @@ -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-72
FROM registry.access.redhat.com/ubi9/python-311:1-72.1722518949
COPY --from=builder /locallm/ /locallm
COPY --from=builder /usr/bin/vkcube* /usr/bin/
COPY --from=builder /usr/bin/vulkaninfo /usr/bin/vulkaninfo
Expand Down