forked from rh-aiservices-bu/insurance-claim-processing
-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathworkbench-imagestream.yaml
38 lines (38 loc) · 1.46 KB
/
workbench-imagestream.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
29
30
31
32
33
34
35
36
37
38
kind: ImageStream
apiVersion: image.openshift.io/v1
metadata:
annotations:
opendatahub.io/notebook-image-creator: admin
opendatahub.io/notebook-image-desc: >-
Jupyter notebook image with all the libraries needed for the OpenShift AI Parasol Insurance Lab.
opendatahub.io/notebook-image-name: CUSTOM - Parasol Insurance Claim Processing Lab Workbench
opendatahub.io/notebook-image-order: "01"
opendatahub.io/notebook-image-url: >-
https://github.com/rh-aiservices-bu/parasol-insurance/tree/main/bootstrap/workbench-image
opendatahub.io/recommended-accelerators: "[]"
argocd.argoproj.io/sync-wave: "1"
name: ic-workbench
namespace: redhat-ods-applications
labels:
app.kubernetes.io/created-by: byon
opendatahub.io/dashboard: "true"
opendatahub.io/notebook-image: "true"
spec:
lookupPolicy:
local: true
tags:
- name: "1.2"
annotations:
opendatahub.io/notebook-python-dependencies: >-
[{"name":"PyTorch","version":"2.2.2"},{"name":"Langchain","version":"0.3.1"},{"name":"Ultralytics","version":"8.2.100"},]
opendatahub.io/notebook-software: >-
[{"name":"Python","version":"v3.9"}]
openshift.io/imported-from: quay.io/rh-aiservices-bu/rhoai-lab-parasol-insurance
from:
kind: DockerImage
name: >-
quay.io/rh-aiservices-bu/rhoai-lab-parasol-insurance:1.2
importPolicy:
importMode: Legacy
referencePolicy:
type: Source