forked from redhat-et/AI-for-edge-microshift-demo
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathface-recognition-notebook.yaml
28 lines (28 loc) · 1.01 KB
/
face-recognition-notebook.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
kind: ImageStream
apiVersion: image.openshift.io/v1
metadata:
annotations:
opendatahub.io/notebook-image-name: "Face recognition Elyra"
opendatahub.io/notebook-image-desc: >-
Jupyter notebook image enabling computer vision use cases, in particular face recognition.
name: face-recognition-elyra
namespace: redhat-ods-applications
labels:
component.opendatahub.io/name: jupyterhub
opendatahub.io/component: 'true'
opendatahub.io/notebook-image: 'true'
spec:
lookupPolicy:
local: true
tags:
- name: "1.1.0"
from:
kind: DockerImage
name: quay.io/mmurakam/face-recognition-notebook:face-recognition-notebook-v1.1.0
importPolicy: {}
referencePolicy:
type: Local
annotations:
opendatahub.io/notebook-python-dependencies: >-
[{"name":"opencv","version":"4.6.0.66"},{"name":"face-recognition","version":"1.3.0"},{"name":"elyra","version":"3.14.1"}]
opendatahub.io/notebook-software: '[{"name":"Python","version":"3.8"}]'