Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit eaabf13

Browse files
wuchen03Shu
authored andcommitted
Updated the image name format for the gcr.io.
1 parent 61fefa8 commit eaabf13

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

examples/mnist/v1/pytorch_job_mnist_gloo.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
containers:
1616
- name: pytorch
17-
image: gcr.io/<your_project>/pytorch_dist_mnist:latest
17+
image: gcr.io/<your_project>/pytorch-dist-mnist:latest
1818
args: ["--backend", "gloo"]
1919
# Comment out the below resources to use the CPU.
2020
resources:
@@ -30,7 +30,7 @@ spec:
3030
spec:
3131
containers:
3232
- name: pytorch
33-
image: gcr.io/<your_project>/pytorch_dist_mnist:latest
33+
image: gcr.io/<your_project>/pytorch-dist-mnist:latest
3434
args: ["--backend", "gloo"]
3535
# Comment out the below resources to use the CPU.
3636
resources:

examples/mnist/v1/pytorch_job_mnist_mpi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
containers:
1616
- name: pytorch
17-
image: gcr.io/<your_project>/pytorch_dist_mnist:mpi
17+
image: gcr.io/<your_project>/pytorch-dist-mnist:mpi
1818
args: ["--backend", "mpi"]
1919
# Comment out the below resources to use the CPU.
2020
resources:
@@ -30,7 +30,7 @@ spec:
3030
spec:
3131
containers:
3232
- name: pytorch
33-
image: gcr.io/<your_project>/pytorch_dist_mnist:mpi
33+
image: gcr.io/<your_project>/pytorch-dist-mnist:mpi
3434
args: ["--backend", "mpi"]
3535
# Comment out the below resources to use the CPU.
3636
resources:

examples/mnist/v1/pytorch_job_mnist_nccl.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
spec:
1515
containers:
1616
- name: pytorch
17-
image: gcr.io/<your_project>/pytorch_dist_mnist:latest
17+
image: gcr.io/<your_project>/pytorch-dist-mnist:latest
1818
args: ["--backend", "nccl"]
1919
resources:
2020
limits:
@@ -29,7 +29,7 @@ spec:
2929
spec:
3030
containers:
3131
- name: pytorch
32-
image: gcr.io/<your_project>/pytorch_dist_mnist:latest
32+
image: gcr.io/<your_project>/pytorch-dist-mnist:latest
3333
args: ["--backend", "nccl"]
3434
resources:
3535
limits:

0 commit comments

Comments
 (0)