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 5a2bf65 commit af9bfefCopy full SHA for af9bfef
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-1753978585 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-1753978585
11
12
13
COPY --from=builder /bloom-560m /models/bloom-560m
0 commit comments