Skip to content

Commit

Permalink
Update registry.access.redhat.com/ubi9 Docker tag to v9.4-1214.172584…
Browse files Browse the repository at this point in the history
…9297

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Sep 10, 2024
1 parent f33b171 commit 4b849b3
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.4-1214.1725849297 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.4-1214.1725849297
WORKDIR /

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

0 comments on commit 4b849b3

Please sign in to comment.