Skip to content

Commit

Permalink
add a more up to date example for tensorflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kannon92 committed Aug 11, 2023
1 parent 855e096 commit 333601c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions examples/tensorflow/simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ spec:
spec:
containers:
- name: tensorflow
image: kubeflow/tf-mnist-with-summaries:latest
# Source for the image is located here: https://github.com/kubeflow/katib/tree/master/examples/v1beta1/trial-images/tf-mnist-with-summaries
image: docker.io/kubeflowkatib/tf-mnist-with-summaries:latest
command:
- "python"
- "/var/tf_mnist/mnist_with_summaries.py"
- "python"
- "/opt/tf-mnist-with-summaries/mnist.py"
- "--epochs=1"

0 comments on commit 333601c

Please sign in to comment.