Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use kubeflowkatib repo as image repo of example #949

Merged
merged 1 commit into from
Dec 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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