Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pet-image-detection imagestream #411

Merged
merged 3 commits into from
Mar 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions odh/base/jupyterhub/notebook-images/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ resources:
- ml-prague-workshop.yaml
- ocp-ci-analysis.yaml
- openshift-anomaly-detection.yaml
- pet-image-detection.yaml
- ray-ml-notebook.yaml
- time-series.yaml
26 changes: 26 additions & 0 deletions odh/base/jupyterhub/notebook-images/pet-image-detection.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
apiVersion: image.openshift.io/v1
kind: ImageStream
metadata:
labels:
opendatahub.io/notebook-image: "true"
annotations:
opendatahub.io/notebook-image-url:
"https://github.com/aicoe-aiops/pet-image-detection"
opendatahub.io/notebook-image-name:
"Image Detection Notebook Image"
opendatahub.io/notebook-image-desc:
"Image with jupyter notebooks for image detection exploration"
name: pet-image-detection
spec:
lookupPolicy:
local: true
tags:
- annotations:
openshift.io/imported-from: quay.io/aicoe/pet-image-detection
from:
kind: DockerImage
name: quay.io/aicoe/pet-image-detection:latest
importPolicy:
scheduled: true
name: "latest"