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

Commit

Permalink
Updated the image name format for the gcr.io.
Browse files Browse the repository at this point in the history
  • Loading branch information
wuchen03 authored and Shu committed Sep 10, 2020
1 parent 61fefa8 commit eaabf13
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions examples/mnist/v1/pytorch_job_mnist_gloo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: pytorch
image: gcr.io/<your_project>/pytorch_dist_mnist:latest
image: gcr.io/<your_project>/pytorch-dist-mnist:latest
args: ["--backend", "gloo"]
# Comment out the below resources to use the CPU.
resources:
Expand All @@ -30,7 +30,7 @@ spec:
spec:
containers:
- name: pytorch
image: gcr.io/<your_project>/pytorch_dist_mnist:latest
image: gcr.io/<your_project>/pytorch-dist-mnist:latest
args: ["--backend", "gloo"]
# Comment out the below resources to use the CPU.
resources:
Expand Down
4 changes: 2 additions & 2 deletions examples/mnist/v1/pytorch_job_mnist_mpi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: pytorch
image: gcr.io/<your_project>/pytorch_dist_mnist:mpi
image: gcr.io/<your_project>/pytorch-dist-mnist:mpi
args: ["--backend", "mpi"]
# Comment out the below resources to use the CPU.
resources:
Expand All @@ -30,7 +30,7 @@ spec:
spec:
containers:
- name: pytorch
image: gcr.io/<your_project>/pytorch_dist_mnist:mpi
image: gcr.io/<your_project>/pytorch-dist-mnist:mpi
args: ["--backend", "mpi"]
# Comment out the below resources to use the CPU.
resources:
Expand Down
4 changes: 2 additions & 2 deletions examples/mnist/v1/pytorch_job_mnist_nccl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: pytorch
image: gcr.io/<your_project>/pytorch_dist_mnist:latest
image: gcr.io/<your_project>/pytorch-dist-mnist:latest
args: ["--backend", "nccl"]
resources:
limits:
Expand All @@ -29,7 +29,7 @@ spec:
spec:
containers:
- name: pytorch
image: gcr.io/<your_project>/pytorch_dist_mnist:latest
image: gcr.io/<your_project>/pytorch-dist-mnist:latest
args: ["--backend", "nccl"]
resources:
limits:
Expand Down

0 comments on commit eaabf13

Please sign in to comment.