Skip to content

Commit 39fd498

Browse files
committed
Adjust the image order for RHOAI images
Signed-off-by: Harshad Reddy Nalla <[email protected]>
1 parent cb9927e commit 39fd498

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/base/jupyter-minimal-gpu-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/red-hat-data-services/notebooks/tree/main/jupyter/minimal"
99
opendatahub.io/notebook-image-name: "Jupyter | Minimal | CUDA | Python 3.11"
1010
opendatahub.io/notebook-image-desc: "Jupyter notebook image with GPU support and minimal dependency set to start experimenting with Jupyter environment."
11-
opendatahub.io/notebook-image-order: "30"
11+
opendatahub.io/notebook-image-order: "3"
1212
opendatahub.io/recommended-accelerators: '["nvidia.com/gpu"]'
1313
name: minimal-gpu
1414
spec:

manifests/base/jupyter-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/red-hat-data-services/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."
11-
opendatahub.io/notebook-image-order: "10"
11+
opendatahub.io/notebook-image-order: "1"
1212
name: s2i-minimal-notebook
1313
spec:
1414
lookupPolicy:

0 commit comments

Comments
 (0)