Skip to content

Commit

Permalink
Use kubeflowkatib repo as image repo of example (#949)
Browse files Browse the repository at this point in the history
  • Loading branch information
hougangliu authored and k8s-ci-robot committed Dec 5, 2019
1 parent 330c3bd commit 83eba02
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/v1alpha3/bayesianoptimization-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
spec:
containers:
- name: {{.Trial}}
image: docker.io/katib/mxnet-mnist-example
image: docker.io/kubeflowkatib/mxnet-mnist-example
command:
- "python"
- "/mxnet/example/image-classification/train_mnist.py"
Expand Down
4 changes: 2 additions & 2 deletions examples/v1alpha3/custom-metricscollector-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
- katib-manager.kubeflow:6789
- -path
- /katib/mnist.log
image: liuhougangxa/custom-metrics-collector:latest
image: kubeflowkatib/custom-metrics-collector:latest
imagePullPolicy: Always
name: custom-metrics-logger-and-collector
env:
Expand Down Expand Up @@ -62,7 +62,7 @@ spec:
spec:
containers:
- name: {{.Trial}}
image: docker.io/liuhougangxa/pytorch-mnist
image: docker.io/kubeflowkatib/pytorch-mnist
imagePullPolicy: Always
command:
- "python"
Expand Down
2 changes: 1 addition & 1 deletion examples/v1alpha3/file-metricscollector-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
spec:
containers:
- name: {{.Trial}}
image: docker.io/liuhougangxa/pytorch-mnist:1.0
image: docker.io/kubeflowkatib/pytorch-mnist:1.0
imagePullPolicy: Always
command:
- "python"
Expand Down
2 changes: 1 addition & 1 deletion examples/v1alpha3/grid-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
spec:
containers:
- name: {{.Trial}}
image: docker.io/katib/mxnet-mnist-example
image: docker.io/kubeflowkatib/mxnet-mnist-example
command:
- "python"
- "/mxnet/example/image-classification/train_mnist.py"
Expand Down
2 changes: 1 addition & 1 deletion examples/v1alpha3/hyperband-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
spec:
containers:
- name: {{.Trial}}
image: katib/mxnet-mnist-example
image: kubeflowkatib/mxnet-mnist-example
command:
- "python"
- "/mxnet/example/image-classification/train_mnist.py"
Expand Down
2 changes: 1 addition & 1 deletion examples/v1alpha3/random-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
spec:
containers:
- name: {{.Trial}}
image: docker.io/katib/mxnet-mnist-example
image: docker.io/kubeflowkatib/mxnet-mnist-example
command:
- "python"
- "/mxnet/example/image-classification/train_mnist.py"
Expand Down
2 changes: 1 addition & 1 deletion examples/v1alpha3/tpe-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
spec:
containers:
- name: {{.Trial}}
image: docker.io/katib/mxnet-mnist-example
image: docker.io/kubeflowkatib/mxnet-mnist-example
command:
- "python"
- "/mxnet/example/image-classification/train_mnist.py"
Expand Down

0 comments on commit 83eba02

Please sign in to comment.