Skip to content

Commit

Permalink
Remove Habana referencies from upstream docs
Browse files Browse the repository at this point in the history
  • Loading branch information
atheo89 committed Dec 5, 2024
1 parent 3f95611 commit d14ed7a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/developer-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ metadata:
opendatahub.io/notebook-image-name: "Example Jupyter Notebook"
opendatahub.io/notebook-image-desc: "Exemplary Jupyter notebook image just for demonstrative purposes"
opendatahub.io/notebook-image-order: "1"
opendatahub.io/recommended-accelerators: '["nvidia.com/gpu", "habana.com/gen1"]'
opendatahub.io/recommended-accelerators: '["nvidia.com/gpu", "amd.com/gpu"]'
name: example-jupyter-notebook
spec:
lookupPolicy:
Expand Down
2 changes: 1 addition & 1 deletion docs/workbench-imagestreams.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ metadata:
opendatahub.io/notebook-image-name: "Example Jupyter Notebook"
opendatahub.io/notebook-image-desc: "Exemplary Jupyter notebook image just for demonstrative purposes"
opendatahub.io/notebook-image-order: "1"
opendatahub.io/recommended-accelerators: '["nvidia.com/gpu", "habana.com/gen1"]'
opendatahub.io/recommended-accelerators: '["nvidia.com/gpu", "amd.com/gpu"]'
name: example-jupyter-notebook
spec:
lookupPolicy:
Expand Down
1 change: 0 additions & 1 deletion docs/workbenches.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Open Data Hub contains the following workbench images with different variations:
| -------------------------- | ------- | ------------ | ------ | ------- | -------- |
| Jupyter Minimal | ☑ | ☑ | UBI8/9 | ☒ | ☒ |
| CUDA | ☑ | ☑ | UBI8/9 | ☑ | ☒ |
| HabanaAI | ☑ | ☒ | UBI8/9 | ☑ | ☒ |
| Jupyter Data Science | ☑ | ☑ | UBI8/9 | ☒ | ☑ |
| Jupyter Tensorflow | ☑ | ☑ | UBI8/9 | ☑ | ☑ |
| Jupyter PyTorch | ☑ | ☑ | UBI8/9 | ☑ | ☑ |
Expand Down
14 changes: 6 additions & 8 deletions manifests/base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ Listing the order in which each imagestreams are introduced.
4. jupyter-pytorch-notebook-imagestream.yaml
5. jupyter-tensorflow-notebook-imagestream.yaml
6. jupyter-trustyai-notebook-imagestream.yaml
7. ~~jupyter-habana-notebook-imagestream.yaml~~ # Deprecated
8. code-server-notebook-imagestream.yaml
9. rstudio-notebook-imagestream.yaml
10. rstudio-gpu-notebook-imagestream.yaml
11. jupyter-rocm-minimal-notebook-imagestream.yaml
12. jupyter-rocm-pytorch-notebook-imagestream.yaml
13. jupyter-rocm-tensorflow-notebook-imagestream.yaml
7. code-server-notebook-imagestream.yaml
8. rstudio-notebook-imagestream.yaml
9. rstudio-gpu-notebook-imagestream.yaml
10. jupyter-rocm-minimal-notebook-imagestream.yaml
11. jupyter-rocm-pytorch-notebook-imagestream.yaml
12. jupyter-rocm-tensorflow-notebook-imagestream.yaml

The order would also be same as `opendatahub.io/notebook-image-order` listed in each imagestreams.
*Note*: On deprecation/removal of imagestream, the index of that image is retired with it.

0 comments on commit d14ed7a

Please sign in to comment.