Skip to content

Commit 1a5a881

Browse files
Update registry.access.redhat.com/ubi9 Docker tag to v9.4-1214.1726694543
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent e06b8e5 commit 1a5a881

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/model/bloom560m/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9:9.4 as builder
1+
FROM registry.access.redhat.com/ubi9:9.4-1214.1726694543 as builder
22
WORKDIR /
33
RUN dnf install -y git-lfs
44

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

10-
FROM registry.access.redhat.com/ubi9:9.4
10+
FROM registry.access.redhat.com/ubi9:9.4-1214.1726694543
1111
WORKDIR /
1212

1313
COPY --from=builder /bloom-560m /models/bloom-560m

0 commit comments

Comments
 (0)