Skip to content

Commit

Permalink
Revert horovod example to v1 (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
alculquicondor authored Jul 15, 2021
1 parent 6afa62c commit e9547bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/horovod/tensorflow-mnist.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: kubeflow.org/v2
apiVersion: kubeflow.org/v1
kind: MPIJob
metadata:
name: tensorflow-mnist
Expand All @@ -15,6 +15,7 @@ spec:
name: mpi-launcher
command:
- mpirun
args:
- -np
- "2"
- --allow-run-as-root
Expand Down

0 comments on commit e9547bf

Please sign in to comment.