Skip to content

Commit

Permalink
chore(deps): update registry.access.redhat.com/ubi9/python-311 docker…
Browse files Browse the repository at this point in the history
… tag to v9
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent 4143020 commit e22ea08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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-77.1729776556 AS builder
FROM registry.access.redhat.com/ubi9/python-311:9.5-1731639064 AS builder
USER 0
RUN dnf install -y python3-dnf-plugin-versionlock && \
dnf install -y mesa-vulkan-drivers-24.1.2-3.el9.x86_64 && \
Expand All @@ -38,7 +38,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-77.1729776556
FROM registry.access.redhat.com/ubi9/python-311:9.5-1731639064
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-77.1729776556 AS builder
FROM registry.access.redhat.com/ubi9/python-311:9.5-1731639064 AS builder
USER 0
WORKDIR /locallm
RUN dnf install -y python3-dnf-plugin-versionlock && \
Expand All @@ -36,7 +36,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-77.1729776556
FROM registry.access.redhat.com/ubi9/python-311:9.5-1731639064
COPY --from=builder /locallm/ /locallm
COPY --from=builder /usr/bin/vkcube* /usr/bin/
COPY --from=builder /usr/bin/vulkaninfo /usr/bin/vulkaninfo
Expand Down

0 comments on commit e22ea08

Please # to comment.