Skip to content

Commit

Permalink
Merge pull request #793 from atheo89/RHOAIENG-15000-clean-docs
Browse files Browse the repository at this point in the history
Remove Habana references from docs
  • Loading branch information
openshift-merge-bot[bot] authored Dec 5, 2024
2 parents 3f95611 + 95f3a83 commit ecd9e76
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 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
1 change: 0 additions & 1 deletion manifests/base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ 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
Expand Down

0 comments on commit ecd9e76

Please sign in to comment.