From d14ed7aae3ad43a07e1edb4ff1a709397a00fc9f Mon Sep 17 00:00:00 2001 From: atheo89 Date: Wed, 4 Dec 2024 11:05:36 +0100 Subject: [PATCH] Remove Habana referencies from upstream docs --- docs/developer-guide.md | 2 +- docs/workbench-imagestreams.md | 2 +- docs/workbenches.md | 1 - manifests/base/README.md | 14 ++++++-------- 4 files changed, 8 insertions(+), 11 deletions(-) diff --git a/docs/developer-guide.md b/docs/developer-guide.md index cac2516fb..070b15387 100644 --- a/docs/developer-guide.md +++ b/docs/developer-guide.md @@ -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: diff --git a/docs/workbench-imagestreams.md b/docs/workbench-imagestreams.md index 627c027ad..9b7d3bb5c 100644 --- a/docs/workbench-imagestreams.md +++ b/docs/workbench-imagestreams.md @@ -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: diff --git a/docs/workbenches.md b/docs/workbenches.md index 55ef5feb6..4d9559a00 100644 --- a/docs/workbenches.md +++ b/docs/workbenches.md @@ -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 | ☑ | ☑ | diff --git a/manifests/base/README.md b/manifests/base/README.md index 4096b0a31..1358bcd3d 100644 --- a/manifests/base/README.md +++ b/manifests/base/README.md @@ -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. \ No newline at end of file