Skip to content

Commit 368f156

Browse files
committed
Remove new naming changes on the rutimes based on py311
1 parent e10fa33 commit 368f156

6 files changed

+18
-18
lines changed

manifests/base/runtime-datascience-imagestream.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
opendatahub.io/runtime-image: "true"
77
annotations:
88
opendatahub.io/runtime-image-url: "https://github.com//opendatahub-io/notebooks/tree/main/runtimes"
9-
opendatahub.io/runtime-image-name: "Runtime | Data Science | CPU | Python 3.11"
9+
opendatahub.io/runtime-image-name: "Datascience with Python 3.11 (UBI9)"
1010
opendatahub.io/runtime-image-desc: "Datascience runtime image for Elyra, enabling pipeline execution from Workbenches with a set of advanced AI/ML data science libraries, supporting different runtimes for various pipeline nodes."
1111
name: runtime-datascience
1212
spec:
@@ -18,12 +18,12 @@ spec:
1818
opendatahub.io/runtime-image-metadata: |
1919
[
2020
{
21-
"display_name": "Runtime | Data Science | CPU | Python 3.11",
21+
"display_name": "Datascience with Python 3.11 (UBI9)",
2222
"metadata": {
2323
"tags": [
2424
"datascience"
2525
],
26-
"display_name": "Runtime | Data Science | CPU | Python 3.11",
26+
"display_name": "Datascience with Python 3.11 (UBI9)",
2727
"pull_policy": "IfNotPresent"
2828
},
2929
"schema_name": "runtime-image"

manifests/base/runtime-minimal-imagestream.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
opendatahub.io/runtime-image: "true"
77
annotations:
88
opendatahub.io/runtime-image-url: "https://github.com//opendatahub-io/notebooks/tree/main/runtimes"
9-
opendatahub.io/runtime-image-name: "Runtime | Minimal | CPU | Python 3.11"
9+
opendatahub.io/runtime-image-name: "Python 3.11 (UBI9)"
1010
opendatahub.io/runtime-image-desc: "Minimal runtime image for Elyra, enabling pipeline execution from Workbenches with minimal dependency set to start experimenting with, for various pipeline nodes."
1111
name: runtime-minimal
1212
spec:
@@ -18,12 +18,12 @@ spec:
1818
opendatahub.io/runtime-image-metadata: |
1919
[
2020
{
21-
"display_name": "Runtime | Minimal | CPU | Python 3.11",
21+
"display_name": "Python 3.11 (UBI9)",
2222
"metadata": {
2323
"tags": [
2424
"minimal"
2525
],
26-
"display_name": "Runtime | Minimal | CPU | Python 3.11",
26+
"display_name": "Python 3.11 (UBI9)",
2727
"pull_policy": "IfNotPresent"
2828
},
2929
"schema_name": "runtime-image"

manifests/base/runtime-pytorch-imagestream.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
opendatahub.io/runtime-image: "true"
77
annotations:
88
opendatahub.io/runtime-image-url: "https://github.com//opendatahub-io/notebooks/tree/main/runtimes"
9-
opendatahub.io/runtime-image-name: "Runtime | PyTorch | CUDA | Python 3.11"
9+
opendatahub.io/runtime-image-name: "PyTorch with CUDA and Python 3.11 (UBI9)"
1010
opendatahub.io/runtime-image-desc: "PyTorch runtime image for Elyra, enabling pipeline execution from Workbenches with PyTorch libraries and dependencies, supporting different runtimes for various pipeline nodes."
1111
name: runtime-pytorch
1212
spec:
@@ -18,12 +18,12 @@ spec:
1818
opendatahub.io/runtime-image-metadata: |
1919
[
2020
{
21-
"display_name": "Runtime | PyTorch | CUDA | Python 3.11",
21+
"display_name": "PyTorch with CUDA and Python 3.11 (UBI9)",
2222
"metadata": {
2323
"tags": [
2424
"pytorch"
2525
],
26-
"display_name": "Runtime | PyTorch | CUDA | Python 3.11",
26+
"display_name": "PyTorch with CUDA and Python 3.11 (UBI9)",
2727
"pull_policy": "IfNotPresent"
2828
},
2929
"schema_name": "runtime-image"

manifests/base/runtime-rocm-pytorch-imagestream.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
opendatahub.io/runtime-image: "true"
77
annotations:
88
opendatahub.io/runtime-image-url: "https://github.com//opendatahub-io/notebooks/tree/main/runtimes"
9-
opendatahub.io/runtime-image-name: "Runtime | PyTorch | ROCm | Python 3.11"
9+
opendatahub.io/runtime-image-name: "PyTorch with ROCm and Python 3.11 (UBI9)"
1010
opendatahub.io/runtime-image-desc: "ROCm optimized PyTorch runtime image for Elyra, enabling pipeline execution from Workbenches with PyTorch libraries and dependencies, supporting different runtimes for various pipeline nodes."
1111
name: runtime-rocm-pytorch
1212
spec:
@@ -18,12 +18,12 @@ spec:
1818
opendatahub.io/runtime-image-metadata: |
1919
[
2020
{
21-
"display_name": "Runtime | PyTorch | ROCm | Python 3.11",
21+
"display_name": "PyTorch with ROCm and Python 3.11 (UBI9)",
2222
"metadata": {
2323
"tags": [
2424
"rocm-pytorch"
2525
],
26-
"display_name": "Runtime | PyTorch | ROCm | Python 3.11",
26+
"display_name": "PyTorch with ROCm and Python 3.11 (UBI9)",
2727
"pull_policy": "IfNotPresent"
2828
},
2929
"schema_name": "runtime-image"

manifests/base/runtime-rocm-tensorflow-imagestream.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
annotations:
88
# TODO: once the restraction takes a final shape need to update that url
99
opendatahub.io/runtime-image-url: "https://github.com//opendatahub-io/notebooks/tree/main/runtimes"
10-
opendatahub.io/runtime-image-name: "Runtime | TensorFlow | ROCm | Python 3.11"
10+
opendatahub.io/runtime-image-name: "TensorFlow with ROCm and Python 3.11 (UBI9)"
1111
opendatahub.io/runtime-image-desc: "ROCm optimized TensorFlow runtime image for Elyra, enabling pipeline execution from Workbenches with TensorFlow libraries and dependencies, supporting different runtimes for various pipeline nodes."
1212
name: runtime-rocm-tensorflow
1313
spec:
@@ -19,12 +19,12 @@ spec:
1919
opendatahub.io/runtime-image-metadata: |
2020
[
2121
{
22-
"display_name": "Runtime | TensorFlow | ROCm | Python 3.11",
22+
"display_name": "TensorFlow with ROCm and Python 3.11 (UBI9)",
2323
"metadata": {
2424
"tags": [
2525
"rocm-tensorflow"
2626
],
27-
"display_name": "Runtime | TensorFlow | ROCm | Python 3.11",
27+
"display_name": "TensorFlow with ROCm and Python 3.11 (UBI9)",
2828
"pull_policy": "IfNotPresent"
2929
},
3030
"schema_name": "runtime-image"

manifests/base/runtime-tensorflow-imagestream.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ metadata:
77
annotations:
88
# TODO: once the restraction takes a final shape need to update that url
99
opendatahub.io/runtime-image-url: "https://github.com//opendatahub-io/notebooks/tree/main/runtimes"
10-
opendatahub.io/runtime-image-name: "Runtime | TensorFlow | CUDA | Python 3.11"
10+
opendatahub.io/runtime-image-name: "TensorFlow with CUDA and Python 3.11 (UBI9)"
1111
opendatahub.io/runtime-image-desc: "TensorFlow runtime image for Elyra, enabling pipeline execution from Workbenches with TensorFlow libraries and dependencies, supporting different runtimes for various pipeline nodes."
1212
name: runtime-tensorflow
1313
spec:
@@ -19,12 +19,12 @@ spec:
1919
opendatahub.io/runtime-image-metadata: |
2020
[
2121
{
22-
"display_name": "Runtime | TensorFlow | CUDA | Python 3.11",
22+
"display_name": "TensorFlow with CUDA and Python 3.11 (UBI9)",
2323
"metadata": {
2424
"tags": [
2525
"tensorflow"
2626
],
27-
"display_name": "Runtime | TensorFlow | CUDA | Python 3.11",
27+
"display_name": "TensorFlow with CUDA and Python 3.11 (UBI9)",
2828
"pull_policy": "IfNotPresent"
2929
},
3030
"schema_name": "runtime-image"

0 commit comments

Comments
 (0)