We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e06b8e5 commit 1a5a881Copy full SHA for 1a5a881
images/model/bloom560m/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM registry.access.redhat.com/ubi9:9.4 as builder
+FROM registry.access.redhat.com/ubi9:9.4-1214.1726694543 as builder
2
WORKDIR /
3
RUN dnf install -y git-lfs
4
@@ -7,7 +7,7 @@ RUN git clone https://huggingface.co/bigscience/bloom-560m
7
RUN rm -r bloom-560m/onnx
8
RUN rm -r bloom-560m/.git
9
10
-FROM registry.access.redhat.com/ubi9:9.4
+FROM registry.access.redhat.com/ubi9:9.4-1214.1726694543
11
12
13
COPY --from=builder /bloom-560m /models/bloom-560m
0 commit comments