Skip to content

Commit 4ae6d08

Browse files
committed
Set py3.12 imagestream name based on naming convention
Signed-off-by: Harshad Reddy Nalla <[email protected]>
1 parent d880e83 commit 4ae6d08

16 files changed

+60
-60
lines changed

manifests/base/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,24 @@ Listing the order in which each imagestreams are introduced.
44
NOTE: In overlays/additional there are new set of Python 3.12 images, they are also included in this ordering
55

66
1. jupyter-minimal-notebook-imagestream.yaml
7-
2. jupyter-minimal-notebook-imagestream-beta.yaml
7+
2. jupyter-minimal-cpu-py312-ubi9-imagestream.yaml
88
3. jupyter-minimal-gpu-notebook-imagestream.yaml
9-
4. jupyter-minimal-gpu-notebook-imagestream-beta.yaml
9+
4. jupyter-minimal-cuda-py312-ubi9-imagestream.yaml
1010
5. jupyter-rocm-minimal-notebook-imagestream.yaml
11-
6. jupyter-rocm-minimal-notebook-imagestream-beta.yaml
11+
6. jupyter-minimal-rocm-py312-ubi9-imagestream.yaml
1212
7. jupyter-datascience-notebook-imagestream.yaml
13-
8. jupyter-datascience-notebook-imagestream-beta.yaml
13+
8. jupyter-datascience-cpu-py312-ubi9-imagestream.yaml
1414
9. jupyter-pytorch-notebook-imagestream.yaml
15-
10. jupyter-pytorch-notebook-imagestream-beta.yaml
15+
10. jupyter-pytorch-cuda-py312-ubi9-imagestream.yaml
1616
11. jupyter-rocm-pytorch-notebook-imagestream.yaml
17-
12. jupyter-rocm-pytorch-notebook-imagestream-beta.yaml
17+
12. jupyter-pytorch-rocm-py312-ubi9-imagestream.yaml
1818
13. jupyter-tensorflow-notebook-imagestream.yaml
19-
14. jupyter-tensorflow-notebook-imagestream-beta.yaml
19+
14. jupyter-tensorflow-cuda-py312-ubi9-imagestream.yaml
2020
15. jupyter-rocm-tensorflow-notebook-imagestream.yaml
2121
16. jupyter-trustyai-notebook-imagestream.yaml
22-
17. jupyter-trustyai-notebook-imagestream-beta.yaml
22+
17. jupyter-trustyai-cpu-py312-ubi9-imagestream.yaml
2323
18. code-server-notebook-imagestream.yaml
24-
19. code-server-notebook-imagestream-beta.yaml
24+
19. codeserver-datascience-cpu-py312-ubi9-imagestream.yaml
2525
20. rstudio-notebook-imagestream.yaml
2626
21. rstudio-gpu-notebook-imagestream.yaml
2727

manifests/overlays/additional/code-server-notebook-imagestream-beta.yaml renamed to manifests/overlays/additional/codeserver-datascience-cpu-py312-ubi9-imagestream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
opendatahub.io/notebook-image-name: "Code Server | Data Science | CPU | Python 3.12"
1010
opendatahub.io/notebook-image-desc: "code-server workbench allows users to code, build, and collaborate on projects directly from web."
1111
opendatahub.io/notebook-image-order: "19"
12-
name: code-server-notebook-beta
12+
name: codeserver-datascience-cpu-py312-ubi9
1313
spec:
1414
lookupPolicy:
1515
local: true

manifests/overlays/additional/jupyter-datascience-notebook-imagestream-beta.yaml renamed to manifests/overlays/additional/jupyter-datascience-cpu-py312-ubi9-imagestream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
opendatahub.io/notebook-image-name: "Jupyter | Data Science | CPU | Python 3.12"
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"
1111
opendatahub.io/notebook-image-order: "8"
12-
name: jupyter-datascience-notebook-beta
12+
name: jupyter-datascience-cpu-py312-ubi9
1313
spec:
1414
lookupPolicy:
1515
local: true

manifests/overlays/additional/jupyter-minimal-notebook-imagestream-beta.yaml renamed to manifests/overlays/additional/jupyter-minimal-cpu-py312-ubi9-imagestream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
opendatahub.io/notebook-image-name: "Jupyter | Minimal | CPU | Python 3.12"
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: "2"
12-
name: jupyter-minimal-notebook-beta
12+
name: jupyter-minimal-cpu-py312-ubi9
1313
spec:
1414
lookupPolicy:
1515
local: true

manifests/overlays/additional/jupyter-minimal-gpu-notebook-imagestream-beta.yaml renamed to manifests/overlays/additional/jupyter-minimal-cuda-py312-ubi9-imagestream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
opendatahub.io/notebook-image-desc: "Jupyter notebook image with GPU support and minimal dependency set to start experimenting with Jupyter environment."
1111
opendatahub.io/notebook-image-order: "4"
1212
opendatahub.io/recommended-accelerators: '["nvidia.com/gpu"]'
13-
name: jupyter-minimal-gpu-notebook-beta
13+
name: jupyter-minimal-cuda-py312-ubi9
1414
spec:
1515
lookupPolicy:
1616
local: true

manifests/overlays/additional/jupyter-rocm-minimal-notebook-imagestream-beta.yaml renamed to manifests/overlays/additional/jupyter-minimal-rocm-py312-ubi9-imagestream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
opendatahub.io/notebook-image-desc: "Jupyter ROCm notebook image for ODH notebooks."
1111
opendatahub.io/notebook-image-order: "6"
1212
opendatahub.io/recommended-accelerators: '["amd.com/gpu"]'
13-
name: jupyter-rocm-minimal-beta
13+
name: jupyter-minimal-rocm-py312-ubi9
1414
spec:
1515
lookupPolicy:
1616
local: true

manifests/overlays/additional/jupyter-pytorch-notebook-imagestream-beta.yaml renamed to manifests/overlays/additional/jupyter-pytorch-cuda-py312-ubi9-imagestream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
opendatahub.io/notebook-image-desc: "Jupyter notebook image with PyTorch libraries and dependencies to start experimenting with advanced AI/ML notebooks."
1111
opendatahub.io/notebook-image-order: "10"
1212
opendatahub.io/recommended-accelerators: '["nvidia.com/gpu"]'
13-
name: jupyter-pytorch-notebook-beta
13+
name: jupyter-pytorch-cuda-py312-ubi9
1414
spec:
1515
lookupPolicy:
1616
local: true

manifests/overlays/additional/jupyter-rocm-pytorch-notebook-imagestream-beta.yaml renamed to manifests/overlays/additional/jupyter-pytorch-rocm-py312-ubi9-imagestream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
opendatahub.io/notebook-image-desc: "Jupyter ROCm optimized PyTorch notebook image for ODH notebooks."
1111
opendatahub.io/notebook-image-order: "12"
1212
opendatahub.io/recommended-accelerators: '["amd.com/gpu"]'
13-
name: jupyter-rocm-pytorch-beta
13+
name: jupyter-pytorch-rocm-py312-ubi9
1414
spec:
1515
lookupPolicy:
1616
local: true

manifests/overlays/additional/jupyter-tensorflow-notebook-imagestream-beta.yaml renamed to manifests/overlays/additional/jupyter-tensorflow-cuda-py312-ubi9-imagestream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
opendatahub.io/notebook-image-desc: "Jupyter notebook image with TensorFlow libraries and dependencies to start experimenting with advanced AI/ML notebooks."
1111
opendatahub.io/notebook-image-order: "14"
1212
opendatahub.io/recommended-accelerators: '["nvidia.com/gpu"]'
13-
name: jupyter-tensorflow-notebook-beta
13+
name: jupyter-tensorflow-cuda-py312-ubi9
1414
spec:
1515
lookupPolicy:
1616
local: true

manifests/overlays/additional/jupyter-trustyai-notebook-imagestream-beta.yaml renamed to manifests/overlays/additional/jupyter-trustyai-cpu-py312-ubi9-imagestream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
opendatahub.io/notebook-image-name: "Jupyter | TrustyAI | CPU | Python 3.12"
1010
opendatahub.io/notebook-image-desc: "Jupyter TrustyAI notebook integrates the TrustyAI Explainability Toolkit on Jupyter environment."
1111
opendatahub.io/notebook-image-order: "17"
12-
name: jupyter-trustyai-notebook-beta
12+
name: jupyter-trustyai-cpu-py312-ubi9
1313
spec:
1414
lookupPolicy:
1515
local: true

0 commit comments

Comments
 (0)