Compare commits

...

1 Commits

Author SHA1 Message Date
Andrey Velichkevich e536de778c Katib official release v0.15.0-rc.0 2023-01-27 12:40:37 +00:00
39 changed files with 72 additions and 72 deletions

View File

@ -76,7 +76,7 @@ spec:
- name: num-examples - name: num-examples
container: container:
name: model-training name: model-training
image: docker.io/kubeflowkatib/mxnet-mnist:latest image: docker.io/kubeflowkatib/mxnet-mnist:v0.15.0-rc.0
command: command:
- "python3" - "python3"
- "/opt/mxnet-mnist/mnist.py" - "/opt/mxnet-mnist/mnist.py"

View File

@ -62,7 +62,7 @@ spec:
spec: spec:
containers: containers:
- name: training-container - name: training-container
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:latest image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.15.0-rc.0
command: command:
- "python3" - "python3"
- "/opt/pytorch-mnist/mnist.py" - "/opt/pytorch-mnist/mnist.py"

View File

@ -54,7 +54,7 @@ spec:
spec: spec:
containers: containers:
- name: training-container - name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:latest image: docker.io/kubeflowkatib/mxnet-mnist:v0.15.0-rc.0
command: command:
- "python3" - "python3"
- "/opt/mxnet-mnist/mnist.py" - "/opt/mxnet-mnist/mnist.py"

View File

@ -57,7 +57,7 @@ spec:
spec: spec:
containers: containers:
- name: training-container - name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:latest image: docker.io/kubeflowkatib/mxnet-mnist:v0.15.0-rc.0
command: command:
- "python3" - "python3"
- "/opt/mxnet-mnist/mnist.py" - "/opt/mxnet-mnist/mnist.py"

View File

@ -57,7 +57,7 @@ spec:
spec: spec:
containers: containers:
- name: training-container - name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:latest image: docker.io/kubeflowkatib/mxnet-mnist:v0.15.0-rc.0
command: command:
- "python3" - "python3"
- "/opt/mxnet-mnist/mnist.py" - "/opt/mxnet-mnist/mnist.py"

View File

@ -55,7 +55,7 @@ spec:
spec: spec:
containers: containers:
- name: training-container - name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:latest image: docker.io/kubeflowkatib/mxnet-mnist:v0.15.0-rc.0
command: command:
- "python3" - "python3"
- "/opt/mxnet-mnist/mnist.py" - "/opt/mxnet-mnist/mnist.py"

View File

@ -69,7 +69,7 @@ spec:
spec: spec:
containers: containers:
- name: training-container - name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:latest image: docker.io/kubeflowkatib/mxnet-mnist:v0.15.0-rc.0
command: command:
- "python3" - "python3"
- "/opt/mxnet-mnist/mnist.py" - "/opt/mxnet-mnist/mnist.py"

View File

@ -54,7 +54,7 @@ spec:
spec: spec:
containers: containers:
- name: training-container - name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:latest image: docker.io/kubeflowkatib/mxnet-mnist:v0.15.0-rc.0
command: command:
- "python3" - "python3"
- "/opt/mxnet-mnist/mnist.py" - "/opt/mxnet-mnist/mnist.py"

View File

@ -54,7 +54,7 @@ spec:
spec: spec:
containers: containers:
- name: training-container - name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:latest image: docker.io/kubeflowkatib/mxnet-mnist:v0.15.0-rc.0
command: command:
- "python3" - "python3"
- "/opt/mxnet-mnist/mnist.py" - "/opt/mxnet-mnist/mnist.py"

View File

@ -43,7 +43,7 @@ spec:
spec: spec:
containers: containers:
- name: training-container - name: training-container
image: docker.io/kubeflowkatib/simple-pbt:latest image: docker.io/kubeflowkatib/simple-pbt:v0.15.0-rc.0
command: command:
- "python3" - "python3"
- "/opt/pbt/pbt_test.py" - "/opt/pbt/pbt_test.py"

View File

@ -54,7 +54,7 @@ spec:
spec: spec:
containers: containers:
- name: training-container - name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:latest image: docker.io/kubeflowkatib/mxnet-mnist:v0.15.0-rc.0
command: command:
- "python3" - "python3"
- "/opt/mxnet-mnist/mnist.py" - "/opt/mxnet-mnist/mnist.py"

View File

@ -54,7 +54,7 @@ spec:
spec: spec:
containers: containers:
- name: training-container - name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:latest image: docker.io/kubeflowkatib/mxnet-mnist:v0.15.0-rc.0
command: command:
- "python3" - "python3"
- "/opt/mxnet-mnist/mnist.py" - "/opt/mxnet-mnist/mnist.py"

View File

@ -46,7 +46,7 @@ spec:
spec: spec:
containers: containers:
- name: pytorch - name: pytorch
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:latest image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.15.0-rc.0
command: command:
- "python3" - "python3"
- "/opt/pytorch-mnist/mnist.py" - "/opt/pytorch-mnist/mnist.py"
@ -61,7 +61,7 @@ spec:
spec: spec:
containers: containers:
- name: pytorch - name: pytorch
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:latest image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.15.0-rc.0
command: command:
- "python3" - "python3"
- "/opt/pytorch-mnist/mnist.py" - "/opt/pytorch-mnist/mnist.py"

View File

@ -56,7 +56,7 @@ spec:
spec: spec:
containers: containers:
- name: tensorflow - name: tensorflow
image: docker.io/kubeflowkatib/tf-mnist-with-summaries:latest image: docker.io/kubeflowkatib/tf-mnist-with-summaries:v0.15.0-rc.0
command: command:
- "python" - "python"
- "/opt/tf-mnist-with-summaries/mnist.py" - "/opt/tf-mnist-with-summaries/mnist.py"

View File

@ -67,7 +67,7 @@ spec:
spec: spec:
containers: containers:
- name: training-container - name: training-container
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:latest image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.15.0-rc.0
command: command:
- "python3" - "python3"
- "/opt/pytorch-mnist/mnist.py" - "/opt/pytorch-mnist/mnist.py"

View File

@ -52,7 +52,7 @@ spec:
spec: spec:
containers: containers:
- name: training-container - name: training-container
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:latest image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.15.0-rc.0
command: command:
- "python3" - "python3"
- "/opt/pytorch-mnist/mnist.py" - "/opt/pytorch-mnist/mnist.py"

View File

@ -54,7 +54,7 @@ spec:
spec: spec:
containers: containers:
- name: training-container - name: training-container
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:latest image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.15.0-rc.0
command: command:
- "python3" - "python3"
- "/opt/pytorch-mnist/mnist.py" - "/opt/pytorch-mnist/mnist.py"

View File

@ -59,7 +59,7 @@ spec:
spec: spec:
containers: containers:
- name: training-container - name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:latest image: docker.io/kubeflowkatib/mxnet-mnist:v0.15.0-rc.0
command: command:
- "python3" - "python3"
- "/opt/mxnet-mnist/mnist.py" - "/opt/mxnet-mnist/mnist.py"

View File

@ -60,7 +60,7 @@ spec:
spec: spec:
containers: containers:
- name: training-container - name: training-container
image: docker.io/kubeflowkatib/darts-cnn-cifar10-cpu:latest image: docker.io/kubeflowkatib/darts-cnn-cifar10-cpu:v0.15.0-rc.0
command: command:
- python3 - python3
- run_trial.py - run_trial.py

View File

@ -77,7 +77,7 @@ spec:
spec: spec:
containers: containers:
- name: training-container - name: training-container
image: docker.io/kubeflowkatib/darts-cnn-cifar10-gpu:latest image: docker.io/kubeflowkatib/darts-cnn-cifar10-gpu:v0.15.0-rc.0
command: command:
- python3 - python3
- run_trial.py - run_trial.py

View File

@ -139,7 +139,7 @@ spec:
spec: spec:
containers: containers:
- name: training-container - name: training-container
image: docker.io/kubeflowkatib/enas-cnn-cifar10-cpu:latest image: docker.io/kubeflowkatib/enas-cnn-cifar10-cpu:v0.15.0-rc.0
command: command:
- python3 - python3
- -u - -u

View File

@ -136,7 +136,7 @@ spec:
spec: spec:
containers: containers:
- name: training-container - name: training-container
image: docker.io/kubeflowkatib/enas-cnn-cifar10-gpu:latest image: docker.io/kubeflowkatib/enas-cnn-cifar10-gpu:v0.15.0-rc.0
command: command:
- python3 - python3
- -u - -u

View File

@ -55,7 +55,7 @@ spec:
spec: spec:
containers: containers:
- name: training-container - name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:latest image: docker.io/kubeflowkatib/mxnet-mnist:v0.15.0-rc.0
command: command:
- "python3" - "python3"
- "/opt/mxnet-mnist/mnist.py" - "/opt/mxnet-mnist/mnist.py"

View File

@ -55,7 +55,7 @@ spec:
spec: spec:
containers: containers:
- name: training-container - name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:latest image: docker.io/kubeflowkatib/mxnet-mnist:v0.15.0-rc.0
command: command:
- "python3" - "python3"
- "/opt/mxnet-mnist/mnist.py" - "/opt/mxnet-mnist/mnist.py"

View File

@ -89,7 +89,7 @@ spec:
description: Number of training examples description: Number of training examples
steps: steps:
- name: model-training - name: model-training
image: docker.io/kubeflowkatib/mxnet-mnist:latest image: docker.io/kubeflowkatib/mxnet-mnist:v0.15.0-rc.0
command: command:
- "python3" - "python3"
- "/opt/mxnet-mnist/mnist.py" - "/opt/mxnet-mnist/mnist.py"

View File

@ -60,7 +60,7 @@ spec:
spec: spec:
containers: containers:
- name: training-container - name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:latest image: docker.io/kubeflowkatib/mxnet-mnist:v0.15.0-rc.0
command: command:
- "python3" - "python3"
- "/opt/mxnet-mnist/mnist.py" - "/opt/mxnet-mnist/mnist.py"

View File

@ -8,13 +8,13 @@ data:
metrics-collector-sidecar: |- metrics-collector-sidecar: |-
{ {
"StdOut": { "StdOut": {
"image": "docker.io/kubeflowkatib/file-metrics-collector:latest" "image": "docker.io/kubeflowkatib/file-metrics-collector:v0.15.0-rc.0"
}, },
"File": { "File": {
"image": "docker.io/kubeflowkatib/file-metrics-collector:latest" "image": "docker.io/kubeflowkatib/file-metrics-collector:v0.15.0-rc.0"
}, },
"TensorFlowEvent": { "TensorFlowEvent": {
"image": "docker.io/kubeflowkatib/tfevent-metrics-collector:latest", "image": "docker.io/kubeflowkatib/tfevent-metrics-collector:v0.15.0-rc.0",
"resources": { "resources": {
"limits": { "limits": {
"memory": "1Gi" "memory": "1Gi"
@ -25,31 +25,31 @@ data:
suggestion: |- suggestion: |-
{ {
"random": { "random": {
"image": "docker.io/kubeflowkatib/suggestion-hyperopt:latest" "image": "docker.io/kubeflowkatib/suggestion-hyperopt:v0.15.0-rc.0"
}, },
"tpe": { "tpe": {
"image": "docker.io/kubeflowkatib/suggestion-hyperopt:latest" "image": "docker.io/kubeflowkatib/suggestion-hyperopt:v0.15.0-rc.0"
}, },
"grid": { "grid": {
"image": "docker.io/kubeflowkatib/suggestion-optuna:latest" "image": "docker.io/kubeflowkatib/suggestion-optuna:v0.15.0-rc.0"
}, },
"hyperband": { "hyperband": {
"image": "docker.io/kubeflowkatib/suggestion-hyperband:latest" "image": "docker.io/kubeflowkatib/suggestion-hyperband:v0.15.0-rc.0"
}, },
"bayesianoptimization": { "bayesianoptimization": {
"image": "docker.io/kubeflowkatib/suggestion-skopt:latest" "image": "docker.io/kubeflowkatib/suggestion-skopt:v0.15.0-rc.0"
}, },
"cmaes": { "cmaes": {
"image": "docker.io/kubeflowkatib/suggestion-goptuna:latest" "image": "docker.io/kubeflowkatib/suggestion-goptuna:v0.15.0-rc.0"
}, },
"sobol": { "sobol": {
"image": "docker.io/kubeflowkatib/suggestion-goptuna:latest" "image": "docker.io/kubeflowkatib/suggestion-goptuna:v0.15.0-rc.0"
}, },
"multivariate-tpe": { "multivariate-tpe": {
"image": "docker.io/kubeflowkatib/suggestion-optuna:latest" "image": "docker.io/kubeflowkatib/suggestion-optuna:v0.15.0-rc.0"
}, },
"enas": { "enas": {
"image": "docker.io/kubeflowkatib/suggestion-enas:latest", "image": "docker.io/kubeflowkatib/suggestion-enas:v0.15.0-rc.0",
"resources": { "resources": {
"limits": { "limits": {
"memory": "200Mi" "memory": "200Mi"
@ -57,10 +57,10 @@ data:
} }
}, },
"darts": { "darts": {
"image": "docker.io/kubeflowkatib/suggestion-darts:latest" "image": "docker.io/kubeflowkatib/suggestion-darts:v0.15.0-rc.0"
}, },
"pbt": { "pbt": {
"image": "docker.io/kubeflowkatib/suggestion-pbt:latest", "image": "docker.io/kubeflowkatib/suggestion-pbt:v0.15.0-rc.0",
"persistentVolumeClaimSpec": { "persistentVolumeClaimSpec": {
"accessModes": [ "accessModes": [
"ReadWriteMany" "ReadWriteMany"
@ -76,6 +76,6 @@ data:
early-stopping: |- early-stopping: |-
{ {
"medianstop": { "medianstop": {
"image": "docker.io/kubeflowkatib/earlystopping-medianstop:latest" "image": "docker.io/kubeflowkatib/earlystopping-medianstop:v0.15.0-rc.0"
} }
} }

View File

@ -15,7 +15,7 @@ data:
spec: spec:
containers: containers:
- name: training-container - name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:latest image: docker.io/kubeflowkatib/mxnet-mnist:v0.15.0-rc.0
command: command:
- "python3" - "python3"
- "/opt/mxnet-mnist/mnist.py" - "/opt/mxnet-mnist/mnist.py"
@ -33,7 +33,7 @@ data:
spec: spec:
containers: containers:
- name: training-container - name: training-container
image: docker.io/kubeflowkatib/enas-cnn-cifar10-cpu:latest image: docker.io/kubeflowkatib/enas-cnn-cifar10-cpu:v0.15.0-rc.0
command: command:
- python3 - python3
- -u - -u
@ -54,7 +54,7 @@ data:
spec: spec:
containers: containers:
- name: pytorch - name: pytorch
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:latest image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.15.0-rc.0
command: command:
- "python3" - "python3"
- "/opt/pytorch-mnist/mnist.py" - "/opt/pytorch-mnist/mnist.py"
@ -68,7 +68,7 @@ data:
spec: spec:
containers: containers:
- name: pytorch - name: pytorch
image: docker.io/kubeflowkatib/pytorch-mnist-cpu:latest image: docker.io/kubeflowkatib/pytorch-mnist-cpu:v0.15.0-rc.0
command: command:
- "python3" - "python3"
- "/opt/pytorch-mnist/mnist.py" - "/opt/pytorch-mnist/mnist.py"

View File

@ -22,13 +22,13 @@ resources:
images: images:
- name: docker.io/kubeflowkatib/katib-controller - name: docker.io/kubeflowkatib/katib-controller
newName: docker.io/kubeflowkatib/katib-controller newName: docker.io/kubeflowkatib/katib-controller
newTag: latest newTag: v0.15.0-rc.0
- name: docker.io/kubeflowkatib/katib-db-manager - name: docker.io/kubeflowkatib/katib-db-manager
newName: docker.io/kubeflowkatib/katib-db-manager newName: docker.io/kubeflowkatib/katib-db-manager
newTag: latest newTag: v0.15.0-rc.0
- name: docker.io/kubeflowkatib/katib-ui - name: docker.io/kubeflowkatib/katib-ui
newName: docker.io/kubeflowkatib/katib-ui newName: docker.io/kubeflowkatib/katib-ui
newTag: latest newTag: v0.15.0-rc.0
patchesStrategicMerge: patchesStrategicMerge:
- patches/katib-cert-injection.yaml - patches/katib-cert-injection.yaml

View File

@ -20,16 +20,16 @@ resources:
images: images:
- name: docker.io/kubeflowkatib/katib-controller - name: docker.io/kubeflowkatib/katib-controller
newName: docker.io/kubeflowkatib/katib-controller newName: docker.io/kubeflowkatib/katib-controller
newTag: latest newTag: v0.15.0-rc.0
- name: docker.io/kubeflowkatib/katib-db-manager - name: docker.io/kubeflowkatib/katib-db-manager
newName: docker.io/kubeflowkatib/katib-db-manager newName: docker.io/kubeflowkatib/katib-db-manager
newTag: latest newTag: v0.15.0-rc.0
- name: docker.io/kubeflowkatib/katib-ui - name: docker.io/kubeflowkatib/katib-ui
newName: docker.io/kubeflowkatib/katib-ui newName: docker.io/kubeflowkatib/katib-ui
newTag: latest newTag: v0.15.0-rc.0
- name: docker.io/kubeflowkatib/cert-generator - name: docker.io/kubeflowkatib/cert-generator
newName: docker.io/kubeflowkatib/cert-generator newName: docker.io/kubeflowkatib/cert-generator
newTag: latest newTag: v0.15.0-rc.0
patchesStrategicMerge: patchesStrategicMerge:
- patches/db-manager.yaml - patches/db-manager.yaml
# Modify katib-mysql-secrets with parameters for the DB. # Modify katib-mysql-secrets with parameters for the DB.

View File

@ -30,13 +30,13 @@ resources:
images: images:
- name: docker.io/kubeflowkatib/katib-controller - name: docker.io/kubeflowkatib/katib-controller
newName: docker.io/kubeflowkatib/katib-controller newName: docker.io/kubeflowkatib/katib-controller
newTag: latest newTag: v0.15.0-rc.0
- name: docker.io/kubeflowkatib/katib-db-manager - name: docker.io/kubeflowkatib/katib-db-manager
newName: docker.io/kubeflowkatib/katib-db-manager newName: docker.io/kubeflowkatib/katib-db-manager
newTag: latest newTag: v0.15.0-rc.0
- name: docker.io/kubeflowkatib/katib-ui - name: docker.io/kubeflowkatib/katib-ui
newName: docker.io/kubeflowkatib/katib-ui newName: docker.io/kubeflowkatib/katib-ui
newTag: latest newTag: v0.15.0-rc.0
patchesJson6902: patchesJson6902:
# Annotate Service to delegate TLS-secret generation to OpenShift service controller # Annotate Service to delegate TLS-secret generation to OpenShift service controller

View File

@ -22,16 +22,16 @@ resources:
images: images:
- name: docker.io/kubeflowkatib/katib-controller - name: docker.io/kubeflowkatib/katib-controller
newName: docker.io/kubeflowkatib/katib-controller newName: docker.io/kubeflowkatib/katib-controller
newTag: latest newTag: v0.15.0-rc.0
- name: docker.io/kubeflowkatib/katib-db-manager - name: docker.io/kubeflowkatib/katib-db-manager
newName: docker.io/kubeflowkatib/katib-db-manager newName: docker.io/kubeflowkatib/katib-db-manager
newTag: latest newTag: v0.15.0-rc.0
- name: docker.io/kubeflowkatib/katib-ui - name: docker.io/kubeflowkatib/katib-ui
newName: docker.io/kubeflowkatib/katib-ui newName: docker.io/kubeflowkatib/katib-ui
newTag: latest newTag: v0.15.0-rc.0
- name: docker.io/kubeflowkatib/cert-generator - name: docker.io/kubeflowkatib/cert-generator
newName: docker.io/kubeflowkatib/cert-generator newName: docker.io/kubeflowkatib/cert-generator
newTag: latest newTag: v0.15.0-rc.0
patchesJson6902: patchesJson6902:
- target: - target:
group: apps group: apps

View File

@ -22,13 +22,13 @@ resources:
images: images:
- name: docker.io/kubeflowkatib/katib-controller - name: docker.io/kubeflowkatib/katib-controller
newName: docker.io/kubeflowkatib/katib-controller newName: docker.io/kubeflowkatib/katib-controller
newTag: latest newTag: v0.15.0-rc.0
- name: docker.io/kubeflowkatib/katib-db-manager - name: docker.io/kubeflowkatib/katib-db-manager
newName: docker.io/kubeflowkatib/katib-db-manager newName: docker.io/kubeflowkatib/katib-db-manager
newTag: latest newTag: v0.15.0-rc.0
- name: docker.io/kubeflowkatib/katib-ui - name: docker.io/kubeflowkatib/katib-ui
newName: docker.io/kubeflowkatib/katib-ui newName: docker.io/kubeflowkatib/katib-ui
newTag: latest newTag: v0.15.0-rc.0
- name: docker.io/kubeflowkatib/cert-generator - name: docker.io/kubeflowkatib/cert-generator
newName: docker.io/kubeflowkatib/cert-generator newName: docker.io/kubeflowkatib/cert-generator
newTag: latest newTag: v0.15.0-rc.0

View File

@ -11,13 +11,13 @@ resources:
images: images:
- name: docker.io/kubeflowkatib/katib-controller - name: docker.io/kubeflowkatib/katib-controller
newName: docker.io/kubeflowkatib/katib-controller newName: docker.io/kubeflowkatib/katib-controller
newTag: latest newTag: v0.15.0-rc.0
- name: docker.io/kubeflowkatib/katib-db-manager - name: docker.io/kubeflowkatib/katib-db-manager
newName: docker.io/kubeflowkatib/katib-db-manager newName: docker.io/kubeflowkatib/katib-db-manager
newTag: latest newTag: v0.15.0-rc.0
- name: docker.io/kubeflowkatib/katib-ui - name: docker.io/kubeflowkatib/katib-ui
newName: docker.io/kubeflowkatib/katib-ui newName: docker.io/kubeflowkatib/katib-ui
newTag: latest newTag: v0.15.0-rc.0
patchesStrategicMerge: patchesStrategicMerge:
- patches/remove-namespace.yaml - patches/remove-namespace.yaml

View File

@ -5,7 +5,7 @@ spec:
spec: spec:
containers: containers:
- name: training-container - name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:latest image: docker.io/kubeflowkatib/mxnet-mnist:v0.15.0-rc.0
command: command:
- "python3" - "python3"
- "/opt/mxnet-mnist/mnist.py" - "/opt/mxnet-mnist/mnist.py"

View File

@ -5,7 +5,7 @@ spec:
spec: spec:
containers: containers:
- name: training-container - name: training-container
image: docker.io/kubeflowkatib/enas-cnn-cifar10-cpu:latest image: docker.io/kubeflowkatib/enas-cnn-cifar10-cpu:v0.15.0-rc.0
command: command:
- python3 - python3
- -u - -u

View File

@ -37,7 +37,7 @@ if os.path.exists(katib_grpc_api_file):
setuptools.setup( setuptools.setup(
name="kubeflow-katib", name="kubeflow-katib",
version="0.14.0", version="0.15.0rc0",
author="Kubeflow Authors", author="Kubeflow Authors",
author_email="premnath.vel@gmail.com", author_email="premnath.vel@gmail.com",
license="Apache License Version 2.0", license="Apache License Version 2.0",

View File

@ -52,7 +52,7 @@ spec:
spec: spec:
containers: containers:
- name: training-container - name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:latest image: docker.io/kubeflowkatib/mxnet-mnist:v0.15.0-rc.0
command: command:
- "python3" - "python3"
- "/opt/mxnet-mnist/mnist.py" - "/opt/mxnet-mnist/mnist.py"

View File

@ -52,7 +52,7 @@ spec:
spec: spec:
containers: containers:
- name: training-container - name: training-container
image: docker.io/kubeflowkatib/mxnet-mnist:latest image: docker.io/kubeflowkatib/mxnet-mnist:v0.15.0-rc.0
command: command:
- "python3" - "python3"
- "/opt/mxnet-mnist/mnist.py" - "/opt/mxnet-mnist/mnist.py"