Skip to content

Commit 1413143

Browse files
committed
Update OpenMPI-CUDA image references in params.env and openmpi_cuda.yaml
- Changed the OpenMPI-CUDA image in params.env to use the new stable version. - Updated the image reference in openmpi_cuda.yaml to ensure consistency across configurations. These changes align the deployment with the latest image standards for improved performance and compatibility.
1 parent affbc64 commit 1413143

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

manifests/rhoai/params.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ odh-training-rocm64-torch29-py312-image=quay.io/opendatahub/odh-training-rocm64-
44
odh-th06-cuda130-torch291-py312-image=quay.io/opendatahub/odh-th06-cuda130-torch291-py312:odh-3.4
55
odh-th06-rocm64-torch291-py312-image=quay.io/opendatahub/odh-th06-rocm64-torch291-py312:odh-3.4
66
odh-th06-cpu-torch291-py312-image=quay.io/opendatahub/odh-th06-cpu-torch291-py312:odh-3.4
7-
odh-openmpi-cuda-image=quay.io/ksuta/odh-mpi-cuda:0.0.14
7+
odh-openmpi-cuda-image=quay.io/opendatahub/odh-training-cuda130-torch210-py312-openmpi41:odh-stable
88
odh-training-universal-workbench-image-cuda-3-4=quay.io/opendatahub/odh-th06-cuda130-torch291-py312:odh-3.4
99
odh-training-universal-workbench-image-rocm-3-4=quay.io/opendatahub/odh-th06-rocm64-torch291-py312:odh-3.4
1010
odh-training-universal-workbench-image-cpu-3-4=quay.io/opendatahub/odh-th06-cpu-torch291-py312:odh-3.4

manifests/rhoai/runtimes/openmpi_cuda.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
spec:
3434
containers:
3535
- name: node
36-
image: quay.io/ksuta/odh-mpi-cuda:0.0.14
36+
image: quay.io/opendatahub/odh-training-cuda130-torch210-py312-openmpi41:odh-stable
3737
resources:
3838
limits:
3939
nvidia.com/gpu: "1"
@@ -48,7 +48,7 @@ spec:
4848
spec:
4949
containers:
5050
- name: node
51-
image: quay.io/ksuta/odh-mpi-cuda:0.0.14
51+
image: quay.io/opendatahub/odh-training-cuda130-torch210-py312-openmpi41:odh-stable
5252
command:
5353
- /usr/local/bin/uid_entrypoint.sh
5454
- /usr/sbin/sshd

0 commit comments

Comments
 (0)