File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
# SPDX-License-Identifier: Apache-2.0
17
17
18
18
# 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
20
20
USER 0
21
21
RUN dnf install -y python3-dnf-plugin-versionlock && \
22
22
dnf install -y mesa-vulkan-drivers-24.1.2-3.el9.x86_64 && \
@@ -39,7 +39,7 @@ ENV FORCE_CMAKE=1
39
39
RUN pip install --target=/locallm --no-cache-dir --upgrade -r requirements.txt
40
40
41
41
# 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
43
43
COPY --from=builder /locallm/ /locallm
44
44
COPY --from=builder /usr/bin/vkcube* /usr/bin/
45
45
COPY --from=builder /usr/bin/vulkaninfo /usr/bin/vulkaninfo
Original file line number Diff line number Diff line change 16
16
# SPDX-License-Identifier: Apache-2.0
17
17
18
18
# 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
20
20
USER 0
21
21
WORKDIR /locallm
22
22
RUN dnf install -y python3-dnf-plugin-versionlock && \
@@ -37,7 +37,7 @@ ENV FORCE_CMAKE=1
37
37
RUN pip install --target=/locallm --no-cache-dir --upgrade -r requirements.txt
38
38
39
39
# 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
41
41
COPY --from=builder /locallm/ /locallm
42
42
COPY --from=builder /usr/bin/vkcube* /usr/bin/
43
43
COPY --from=builder /usr/bin/vulkaninfo /usr/bin/vulkaninfo
You can’t perform that action at this time.
0 commit comments