diff --git a/examples/pytorchjob-example.yaml b/examples/pytorchjob-example.yaml index 13cf00a440b..b2d97d3bcb0 100644 --- a/examples/pytorchjob-example.yaml +++ b/examples/pytorchjob-example.yaml @@ -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}}" @@ -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}}"