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 v1-77.1725907703 (#51)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 16, 2024
1 parent 5268d5c commit 2982ef3
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-72.1722518949 AS builder
FROM registry.access.redhat.com/ubi9/python-311:1-77.1725907703 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.1722518949
FROM registry.access.redhat.com/ubi9/python-311:1-77.1725907703
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.1722518949 AS builder
FROM registry.access.redhat.com/ubi9/python-311:1-77.1725907703 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.1722518949
FROM registry.access.redhat.com/ubi9/python-311:1-77.1725907703
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 2982ef3

Please sign in to comment.