Skip to content

Commit

Permalink
Update registry.access.redhat.com/ubi9 Docker tag to v9.5-1732804088
Browse files Browse the repository at this point in the history
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Dec 2, 2024
1 parent b6b0b6f commit bd8f256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/model/bloom560m/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi9:9.4 as builder
FROM registry.access.redhat.com/ubi9:9.5-1732804088 as builder
WORKDIR /
RUN dnf install -y git-lfs

Expand All @@ -7,7 +7,7 @@ RUN git clone https://huggingface.co/bigscience/bloom-560m
RUN rm -r bloom-560m/onnx
RUN rm -r bloom-560m/.git

FROM registry.access.redhat.com/ubi9:9.4
FROM registry.access.redhat.com/ubi9:9.5-1732804088
WORKDIR /

COPY --from=builder /bloom-560m /models/bloom-560m
Expand Down

0 comments on commit bd8f256

Please sign in to comment.