Skip to content

Commit

Permalink
Update pytorch example with latest image (#329)
Browse files Browse the repository at this point in the history
* Update pytorch example with latest image

* Update pytorch example docker image
  • Loading branch information
TimZaman authored and k8s-ci-robot committed Jan 18, 2019
1 parent a24c428 commit 15bbcae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/pytorchjob-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ spec:
spec:
containers:
- name: pytorch
image: gcr.io/kubeflow-ci/pytorch-mnist-with-summary:1.0
image: gcr.io/kubeflow-ci/pytorch-dist-mnist-test:1.0
imagePullPolicy: Always
command:
- "python"
- "/opt/pytorch_dist_mnist/dist_mnist_with_summary.py"
- "/var/mnist.py"
{{- with .HyperParameters}}
{{- range .}}
- "{{.Name}}={{.Value}}"
Expand All @@ -60,11 +60,11 @@ spec:
spec:
containers:
- name: pytorch
image: gcr.io/kubeflow-ci/pytorch-mnist-with-summary:1.0
image: gcr.io/kubeflow-ci/pytorch-dist-mnist-test:1.0
imagePullPolicy: Always
command:
- "python"
- "/opt/pytorch_dist_mnist/dist_mnist_with_summary.py"
- "/var/mnist.py"
{{- with .HyperParameters}}
{{- range .}}
- "{{.Name}}={{.Value}}"
Expand Down

0 comments on commit 15bbcae

Please sign in to comment.