Skip to content

Commit 2e45800

Browse files
atheo89daniellutz
authored andcommitted
Fix typos
1 parent 8edba5e commit 2e45800

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ metadata:
55
labels:
66
opendatahub.io/runtime-image: "true"
77
annotations:
8-
# TODO: once the restraction takes a final shape need to update that url
98
opendatahub.io/runtime-image-url: "https://github.com/opendatahub-io/notebooks/tree/main/runtimes"
109
opendatahub.io/runtime-image-name: "Runtime | TensorFlow | ROCm | Python 3.12"
1110
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."

manifests/base/runtime-tensorflow-imagestream.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ metadata:
55
labels:
66
opendatahub.io/runtime-image: "true"
77
annotations:
8-
# TODO: once the restraction takes a final shape need to update that url
98
opendatahub.io/runtime-image-url: "https://github.com/opendatahub-io/notebooks/tree/main/runtimes"
109
opendatahub.io/runtime-image-name: "Runtime | TensorFlow | CUDA | Python 3.12"
1110
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."
@@ -19,12 +18,12 @@ spec:
1918
opendatahub.io/runtime-image-metadata: |
2019
[
2120
{
22-
"display_name": "Runtime | TensorFlow| CUDA | Python 3.12",
21+
"display_name": "Runtime | TensorFlow | CUDA | Python 3.12",
2322
"metadata": {
2423
"tags": [
2524
"tensorflow"
2625
],
27-
"display_name": "Runtime | TensorFlow| CUDA | Python 3.12",
26+
"display_name": "Runtime | TensorFlow | CUDA | Python 3.12",
2827
"pull_policy": "IfNotPresent"
2928
},
3029
"schema_name": "runtime-image"

0 commit comments

Comments
 (0)