Skip to content

Commit 9876aef

Browse files
Default model catalog (#306)
* add default model catalog Signed-off-by: Adysen Rothman <85646824+adysenrothman@users.noreply.github.com> * newline Signed-off-by: Adysen Rothman <85646824+adysenrothman@users.noreply.github.com> * rm local setup Signed-off-by: Adysen Rothman <85646824+adysenrothman@users.noreply.github.com> * restore sample Signed-off-by: Adysen Rothman <85646824+adysenrothman@users.noreply.github.com> * update COPY Signed-off-by: Adysen Rothman <85646824+adysenrothman@users.noreply.github.com> * spec change Signed-off-by: Adysen Rothman <85646824+adysenrothman@users.noreply.github.com> --------- Signed-off-by: Adysen Rothman <85646824+adysenrothman@users.noreply.github.com>
1 parent d4317a9 commit 9876aef

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
3535
WORKDIR /
3636
# copy the registry binary
3737
COPY --from=builder /workspace/model-registry .
38+
COPY manifests/kustomize/options/catalog/default-catalog.yaml /default-catalog.yaml
3839
USER 65532:65532
3940

4041
ENTRYPOINT ["/model-registry"]
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source: Default
2+
models: []

0 commit comments

Comments
 (0)