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 4d90bb8 commit 4b847cfCopy full SHA for 4b847cf
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.6-1750786174 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.6-1750786174
11
12
13
COPY --from=builder /bloom-560m /models/bloom-560m
0 commit comments