Skip to content

Commit 4ed5bff

Browse files
Merge pull request opendatahub-io#404 from dibryant/habana
revert habana with removal of label opendatahub.image
2 parents 1ac8258 + d84ebbf commit 4ed5bff

File tree

2 files changed

+44
-0
lines changed

2 files changed

+44
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
# This Image is Deprecated and will not be displayed on the Dashboard
3+
# Keeping this here for satisfying upgrade requirements
4+
apiVersion: image.openshift.io/v1
5+
kind: ImageStream
6+
metadata:
7+
annotations:
8+
opendatahub.io/notebook-image-url: "https://github.com/red-hat-data-services/notebooks/tree/main/habana"
9+
opendatahub.io/notebook-image-name: "HabanaAI"
10+
opendatahub.io/notebook-image-desc: "Jupyter notebook image with a set of habana libraries that advanced AI/ML notebooks will use as a base image to provide a standard for libraries avialable in all notebooks"
11+
opendatahub.io/notebook-image-order: "70"
12+
opendatahub.io/recommended-accelerators: '["habana.ai/gaudi"]'
13+
name: habana-notebook
14+
spec:
15+
lookupPolicy:
16+
local: true
17+
tags:
18+
# 1.13.0 Version of the image n
19+
- annotations:
20+
opendatahub.io/notebook-software: '[{"name":"Python","version":"v3.8"},{"name":"Habana","version":"1.13"}]'
21+
opendatahub.io/notebook-python-dependencies: '[{"name":"Boto3","version":"1.34"},{"name":"Kafka-Python","version":"2.0"},{"name":"Matplotlib","version":"3.7"},{"name":"Numpy","version":"1.23"},{"name":"Pandas","version":"2.0"},{"name":"Scikit-learn","version":"1.3"},{"name":"Codeflare-SDK","version":"0.16"},{"name":"Scipy","version":"1.10"},{"name":"TensorFlow","version":"2.13"},{"name":"PyTorch","version":"2.1"},{"name":"ODH-Elyra","version":"3.16"}]'
22+
openshift.io/imported-from: quay.io/modh/odh-habana-notebooks
23+
opendatahub.io/workbench-image-recommended: "true"
24+
opendatahub.io/notebook-build-commit: b5a8318
25+
from:
26+
kind: DockerImage
27+
name: quay.io/modh/odh-habana-notebooks@sha256:4317c67037e1150fc62f8c688696d3210e4151d6ed4415dd969e60850e871c64
28+
name: "2024.1"
29+
referencePolicy:
30+
type: Source
31+
# 1.10.0 Version of the image n-1
32+
- annotations:
33+
opendatahub.io/notebook-software: '[{"name":"Python","version":"v3.8"},{"name":"Habana","version":"1.10"}]'
34+
opendatahub.io/notebook-python-dependencies: '[{"name":"Boto3","version":"1.26"},{"name":"Kafka-Python","version":"2.0"},{"name":"Kfp-tekton","version":"1.5"},{"name":"Matplotlib","version":"3.6"},{"name":"Numpy","version":"1.23"},{"name":"Pandas","version":"1.5"},{"name":"Scikit-learn","version":"1.2"},{"name":"Scipy","version":"1.10"},{"name":"TensorFlow","version":"2.12"},{"name":"PyTorch","version":"2.0"},{"name":"Elyra","version":"3.15"}]'
35+
openshift.io/imported-from: quay.io/modh/odh-habana-notebooks
36+
opendatahub.io/workbench-image-recommended: "false"
37+
opendatahub.io/notebook-build-commit: 76a016f
38+
from:
39+
kind: DockerImage
40+
name: quay.io/modh/odh-habana-notebooks@sha256:6923f084d66bf6b9b2bf87edfb9b3c1f8f9a5f2005482fbcc060c9872db8d28a
41+
name: "2023.2"
42+
referencePolicy:
43+
type: Source

manifests/base/kustomization.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ kind: Kustomization
44
resources:
55
- jupyter-minimal-notebook-imagestream.yaml
66
- jupyter-datascience-notebook-imagestream.yaml
7+
- jupyter-habana-notebook-imagestream.yaml
78
- jupyter-minimal-gpu-notebook-imagestream.yaml
89
- jupyter-pytorch-notebook-imagestream.yaml
910
- jupyter-tensorflow-notebook-imagestream.yaml

0 commit comments

Comments
 (0)