Skip to content

Commit fcbdb20

Browse files
committed
RHAIENG-347: fix(build-args & manifests): additional accelerator fixes for ROCm (#2597)
1 parent 49ba932 commit fcbdb20

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
BASE_IMAGE=quay.io/opendatahub/odh-base-image-rocm-py312-ubi9:v6.2
1+
BASE_IMAGE=quay.io/opendatahub/odh-base-image-rocm-py312-ubi9:v6.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
BASE_IMAGE=quay.io/opendatahub/odh-base-image-rocm-py312-ubi9:v6.4
1+
BASE_IMAGE=quay.io/opendatahub/odh-base-image-rocm-py312-ubi9:v6.3

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
# language=json
2121
opendatahub.io/notebook-software: |
2222
[
23-
{"name": "ROCm", "version": "6.2"},
23+
{"name": "ROCm", "version": "6.3"},
2424
{"name": "Python", "version": "v3.12"}
2525
]
2626
# language=json

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
# language=json
2121
opendatahub.io/notebook-software: |
2222
[
23-
{"name": "ROCm", "version": "v6.4"},
23+
{"name": "ROCm", "version": "v6.3"},
2424
{"name": "Python", "version": "v3.12"},
2525
{"name": "ROCm-PyTorch", "version": "2.7"}
2626
]

0 commit comments

Comments
 (0)