From 8e9253ce4c9471ed0e7789d2ca58d6a23319090a Mon Sep 17 00:00:00 2001 From: wuchen03 Date: Thu, 10 Sep 2020 16:28:13 +1000 Subject: [PATCH] Updated the image name format for the gcr.io. --- examples/mnist/v1/pytorch_job_mnist_gloo.yaml | 4 ++-- examples/mnist/v1/pytorch_job_mnist_mpi.yaml | 4 ++-- examples/mnist/v1/pytorch_job_mnist_nccl.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/mnist/v1/pytorch_job_mnist_gloo.yaml b/examples/mnist/v1/pytorch_job_mnist_gloo.yaml index a1cef5721..2d039755f 100644 --- a/examples/mnist/v1/pytorch_job_mnist_gloo.yaml +++ b/examples/mnist/v1/pytorch_job_mnist_gloo.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: pytorch - image: gcr.io//pytorch_dist_mnist:latest + image: gcr.io//pytorch-dist-mnist:latest args: ["--backend", "gloo"] # Comment out the below resources to use the CPU. resources: @@ -30,7 +30,7 @@ spec: spec: containers: - name: pytorch - image: gcr.io//pytorch_dist_mnist:latest + image: gcr.io//pytorch-dist-mnist:latest args: ["--backend", "gloo"] # Comment out the below resources to use the CPU. resources: diff --git a/examples/mnist/v1/pytorch_job_mnist_mpi.yaml b/examples/mnist/v1/pytorch_job_mnist_mpi.yaml index 5ee167b05..2b0ad5c4d 100644 --- a/examples/mnist/v1/pytorch_job_mnist_mpi.yaml +++ b/examples/mnist/v1/pytorch_job_mnist_mpi.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: pytorch - image: gcr.io//pytorch_dist_mnist:mpi + image: gcr.io//pytorch-dist-mnist:mpi args: ["--backend", "mpi"] # Comment out the below resources to use the CPU. resources: @@ -30,7 +30,7 @@ spec: spec: containers: - name: pytorch - image: gcr.io//pytorch_dist_mnist:mpi + image: gcr.io//pytorch-dist-mnist:mpi args: ["--backend", "mpi"] # Comment out the below resources to use the CPU. resources: diff --git a/examples/mnist/v1/pytorch_job_mnist_nccl.yaml b/examples/mnist/v1/pytorch_job_mnist_nccl.yaml index bfa4889f4..65992127b 100644 --- a/examples/mnist/v1/pytorch_job_mnist_nccl.yaml +++ b/examples/mnist/v1/pytorch_job_mnist_nccl.yaml @@ -14,7 +14,7 @@ spec: spec: containers: - name: pytorch - image: gcr.io//pytorch_dist_mnist:latest + image: gcr.io//pytorch-dist-mnist:latest args: ["--backend", "nccl"] resources: limits: @@ -29,7 +29,7 @@ spec: spec: containers: - name: pytorch - image: gcr.io//pytorch_dist_mnist:latest + image: gcr.io//pytorch-dist-mnist:latest args: ["--backend", "nccl"] resources: limits: