Skip to content

Commit 95f3a83

Browse files
committed
Remove Habana referencies from upstream docs
1 parent 3f95611 commit 95f3a83

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

docs/developer-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ metadata:
7979
opendatahub.io/notebook-image-name: "Example Jupyter Notebook"
8080
opendatahub.io/notebook-image-desc: "Exemplary Jupyter notebook image just for demonstrative purposes"
8181
opendatahub.io/notebook-image-order: "1"
82-
opendatahub.io/recommended-accelerators: '["nvidia.com/gpu", "habana.com/gen1"]'
82+
opendatahub.io/recommended-accelerators: '["nvidia.com/gpu", "amd.com/gpu"]'
8383
name: example-jupyter-notebook
8484
spec:
8585
lookupPolicy:

docs/workbench-imagestreams.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ metadata:
6363
opendatahub.io/notebook-image-name: "Example Jupyter Notebook"
6464
opendatahub.io/notebook-image-desc: "Exemplary Jupyter notebook image just for demonstrative purposes"
6565
opendatahub.io/notebook-image-order: "1"
66-
opendatahub.io/recommended-accelerators: '["nvidia.com/gpu", "habana.com/gen1"]'
66+
opendatahub.io/recommended-accelerators: '["nvidia.com/gpu", "amd.com/gpu"]'
6767
name: example-jupyter-notebook
6868
spec:
6969
lookupPolicy:

docs/workbenches.md

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Open Data Hub contains the following workbench images with different variations:
77
| -------------------------- | ------- | ------------ | ------ | ------- | -------- |
88
| Jupyter Minimal | ☑ | ☑ | UBI8/9 | ☒ | ☒ |
99
| CUDA | ☑ | ☑ | UBI8/9 | ☑ | ☒ |
10-
| HabanaAI | ☑ | ☒ | UBI8/9 | ☑ | ☒ |
1110
| Jupyter Data Science | ☑ | ☑ | UBI8/9 | ☒ | ☑ |
1211
| Jupyter Tensorflow | ☑ | ☑ | UBI8/9 | ☑ | ☑ |
1312
| Jupyter PyTorch | ☑ | ☑ | UBI8/9 | ☑ | ☑ |

manifests/base/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Listing the order in which each imagestreams are introduced.
88
4. jupyter-pytorch-notebook-imagestream.yaml
99
5. jupyter-tensorflow-notebook-imagestream.yaml
1010
6. jupyter-trustyai-notebook-imagestream.yaml
11-
7. ~~jupyter-habana-notebook-imagestream.yaml~~ # Deprecated
1211
8. code-server-notebook-imagestream.yaml
1312
9. rstudio-notebook-imagestream.yaml
1413
10. rstudio-gpu-notebook-imagestream.yaml

0 commit comments

Comments
 (0)