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

Commit

Permalink
v1beta foldeer has been renamed to v1 so needs the path too
Browse files Browse the repository at this point in the history
v1beta foldeer has been renamed to v1 so needs the path too:
new command:
kubectl create -f ./v1/pytorch_job_mnist_gloo.yaml

Inconsistent documentation
  • Loading branch information
MATRIX4284 authored Jan 1, 2020
1 parent f117363 commit 5719fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mnist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ NOTE: If you you are working on Power System, Dockerfile.ppc64le could be used.
The below example uses the gloo backend.

```shell
kubectl create -f ./v1beta1/pytorch_job_mnist_gloo.yaml
kubectl create -f ./v1/pytorch_job_mnist_gloo.yaml
```

0 comments on commit 5719fb9

Please sign in to comment.