Skip to content

Commit 958daea

Browse files
committed
Set the new ordering of the imagestreams on UI
- order follows: - Minimal, Data Science, Pytorch, TensorFlow, Trustyai, CodeServer, RStudio - Along with that order, they each are sorted based on Accelerator and Python version Signed-off-by: Harshad Reddy Nalla <[email protected]>
1 parent b78dcc5 commit 958daea

32 files changed

+56
-46
lines changed

ci/package_versions_selftestdata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
labels:
77
opendatahub.io/notebook-image: "true"
88
annotations:
9-
opendatahub.io/notebook-image-url: "https://github.com//opendatahub-io/notebooks/tree/main/jupyter/minimal"
9+
opendatahub.io/notebook-image-url: "https://github.com/opendatahub-io/notebooks/tree/main/jupyter/minimal"
1010
opendatahub.io/notebook-image-name: "Minimal Python"
1111
opendatahub.io/notebook-image-desc: "Jupyter notebook image with minimal dependency set to start experimenting with Jupyter environment."
1212
opendatahub.io/notebook-image-order: "1"

manifests/base/README.md

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,29 @@
11
# IDE Imagestreams
22

33
Listing the order in which each imagestreams are introduced.
4+
NOTE: In overlays/additional there are new set of Python 3.12 images, they are also included in this ordering
45

56
1. jupyter-minimal-notebook-imagestream.yaml
6-
2. jupyter-datascience-notebook-imagestream.yaml
7+
2. jupyter-minimal-notebook-imagestream-beta.yaml
78
3. jupyter-minimal-gpu-notebook-imagestream.yaml
8-
4. jupyter-pytorch-notebook-imagestream.yaml
9-
5. jupyter-tensorflow-notebook-imagestream.yaml
10-
6. jupyter-trustyai-notebook-imagestream.yaml
11-
8. code-server-notebook-imagestream.yaml
12-
9. rstudio-notebook-imagestream.yaml
13-
10. rstudio-gpu-notebook-imagestream.yaml
14-
11. jupyter-rocm-minimal-notebook-imagestream.yaml
15-
12. jupyter-rocm-pytorch-notebook-imagestream.yaml
16-
13. jupyter-rocm-tensorflow-notebook-imagestream.yaml
9+
4. jupyter-minimal-gpu-notebook-imagestream-beta.yaml
10+
5. jupyter-rocm-minimal-notebook-imagestream.yaml
11+
6. jupyter-rocm-minimal-notebook-imagestream-beta.yaml
12+
7. jupyter-datascience-notebook-imagestream.yaml
13+
8. jupyter-datascience-notebook-imagestream-beta.yaml
14+
9. jupyter-pytorch-notebook-imagestream.yaml
15+
10. jupyter-pytorch-notebook-imagestream-beta.yaml
16+
11. jupyter-rocm-pytorch-notebook-imagestream.yaml
17+
12. jupyter-rocm-pytorch-notebook-imagestream-beta.yaml
18+
13. jupyter-tensorflow-notebook-imagestream.yaml
19+
14. jupyter-tensorflow-notebook-imagestream-beta.yaml
20+
15. jupyter-rocm-tensorflow-notebook-imagestream.yaml
21+
16. jupyter-trustyai-notebook-imagestream.yaml
22+
17. jupyter-trustyai-notebook-imagestream-beta.yaml
23+
18. code-server-notebook-imagestream.yaml
24+
19. code-server-notebook-imagestream-beta.yaml
25+
20. rstudio-notebook-imagestream.yaml
26+
21. rstudio-gpu-notebook-imagestream.yaml
1727

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

manifests/base/code-server-notebook-imagestream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
opendatahub.io/notebook-image-url: "https://github.com/opendatahub-io/notebooks/tree/main/codeserver"
99
opendatahub.io/notebook-image-name: "Code Server | Data Science | CPU | Python 3.11"
1010
opendatahub.io/notebook-image-desc: "code-server workbench allows users to code, build, and collaborate on projects directly from web."
11-
opendatahub.io/notebook-image-order: "8"
11+
opendatahub.io/notebook-image-order: "18"
1212
name: code-server-notebook
1313
spec:
1414
lookupPolicy:

manifests/base/jupyter-datascience-notebook-imagestream.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ metadata:
55
labels:
66
opendatahub.io/notebook-image: "true"
77
annotations:
8-
opendatahub.io/notebook-image-url: "https://github.com//opendatahub-io/notebooks/tree/main/jupyter/datascience"
8+
opendatahub.io/notebook-image-url: "https://github.com/opendatahub-io/notebooks/tree/main/jupyter/datascience"
99
opendatahub.io/notebook-image-name: "Jupyter | Data Science | CPU | Python 3.11"
1010
opendatahub.io/notebook-image-desc: "Jupyter notebook image with a set of data science 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: "2"
11+
opendatahub.io/notebook-image-order: "7"
1212
name: jupyter-datascience-notebook
1313
spec:
1414
lookupPolicy:

manifests/base/jupyter-minimal-notebook-imagestream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
labels:
66
opendatahub.io/notebook-image: "true"
77
annotations:
8-
opendatahub.io/notebook-image-url: "https://github.com//opendatahub-io/notebooks/tree/main/jupyter/minimal"
8+
opendatahub.io/notebook-image-url: "https://github.com/opendatahub-io/notebooks/tree/main/jupyter/minimal"
99
opendatahub.io/notebook-image-name: "Jupyter | Minimal | CPU | Python 3.11"
1010
opendatahub.io/notebook-image-desc: "Jupyter notebook image with minimal dependency set to start experimenting with Jupyter environment."
1111
opendatahub.io/notebook-image-order: "1"

manifests/base/jupyter-pytorch-notebook-imagestream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
opendatahub.io/notebook-image-url: "https://github.com/opendatahub-io/notebooks/blob/main/jupyter/pytorch"
99
opendatahub.io/notebook-image-name: "Jupyter | PyTorch | CUDA | Python 3.11"
1010
opendatahub.io/notebook-image-desc: "Jupyter notebook image with PyTorch libraries and dependencies to start experimenting with advanced AI/ML notebooks."
11-
opendatahub.io/notebook-image-order: "4"
11+
opendatahub.io/notebook-image-order: "9"
1212
opendatahub.io/recommended-accelerators: '["nvidia.com/gpu"]'
1313
name: jupyter-pytorch-notebook
1414
spec:

manifests/base/jupyter-rocm-minimal-notebook-imagestream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
opendatahub.io/notebook-image-url: "https://github.com/opendatahub-io/notebooks/blob/main/jupyter/rocm"
99
opendatahub.io/notebook-image-name: "Jupyter | Minimal | ROCm | Python 3.11"
1010
opendatahub.io/notebook-image-desc: "Jupyter ROCm notebook image for ODH notebooks."
11-
opendatahub.io/notebook-image-order: "11"
11+
opendatahub.io/notebook-image-order: "5"
1212
opendatahub.io/recommended-accelerators: '["amd.com/gpu"]'
1313
name: jupyter-rocm-minimal
1414
spec:

manifests/base/jupyter-rocm-pytorch-notebook-imagestream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
opendatahub.io/notebook-image-url: "https://github.com/opendatahub-io/notebooks/blob/main/jupyter/rocm/pytorch"
99
opendatahub.io/notebook-image-name: "Jupyter | PyTorch | ROCm | Python 3.11"
1010
opendatahub.io/notebook-image-desc: "Jupyter ROCm optimized PyTorch notebook image for ODH notebooks."
11-
opendatahub.io/notebook-image-order: "12"
11+
opendatahub.io/notebook-image-order: "11"
1212
opendatahub.io/recommended-accelerators: '["amd.com/gpu"]'
1313
name: jupyter-rocm-pytorch
1414
spec:

manifests/base/jupyter-rocm-tensorflow-notebook-imagestream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
opendatahub.io/notebook-image-url: "https://github.com/opendatahub-io/notebooks/blob/main/jupyter/rocm/tensorflow"
99
opendatahub.io/notebook-image-name: "Jupyter | TensorFlow | ROCm | Python 3.11"
1010
opendatahub.io/notebook-image-desc: "Jupyter ROCm optimized TensorFlow notebook image for ODH notebooks."
11-
opendatahub.io/notebook-image-order: "13"
11+
opendatahub.io/notebook-image-order: "15"
1212
opendatahub.io/recommended-accelerators: '["amd.com/gpu"]'
1313
name: jupyter-rocm-tensorflow
1414
spec:

manifests/base/jupyter-tensorflow-notebook-imagestream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
opendatahub.io/notebook-image-url: "https://github.com/opendatahub-io/notebooks/blob/main/jupyter/tensorflow"
99
opendatahub.io/notebook-image-name: "Jupyter | TensorFlow | CUDA | Python 3.11"
1010
opendatahub.io/notebook-image-desc: "Jupyter notebook image with TensorFlow libraries and dependencies to start experimenting with advanced AI/ML notebooks."
11-
opendatahub.io/notebook-image-order: "5"
11+
opendatahub.io/notebook-image-order: "13"
1212
opendatahub.io/recommended-accelerators: '["nvidia.com/gpu"]'
1313
name: jupyter-tensorflow-notebook
1414
spec:

0 commit comments

Comments
 (0)