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 fe5e457 commit 5d174e4Copy full SHA for 5d174e4
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.5-1730489303 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.5-1730489303
11
12
13
COPY --from=builder /bloom-560m /models/bloom-560m
0 commit comments