In [ ]:
!kubectl config set-context $(kubectl config current-context) --namespace=kubeflow
Run with:
-p build-push-image=true to build image and push to repo, needed extra params:-p version=<version> create <version> of model-p github-user=<github-user> to download example-seldon source from <github-user> account-p github-revision=<revision> to use the github branch <revision>-p docker-org=<docker-org> to use Docker repo <docker-org> to push image to. Needs docker credentials in secret as described in README.
In [ ]:
!pygmentize ../workflows/training-tf-mnist-workflow.yaml
In [ ]:
!argo submit ../workflows/training-tf-mnist-workflow.yaml -p tfjob-version-hack=1
In [ ]:
!argo list
Run with:
-p build-push-image=true to build image and push to repo, needed extra params:-p version=<version> create <version> of model-p github-user=<github-user> to download example-seldon source from <github-user> account-p github-revision=<revision> to use the github branch <revision>-p docker-org=<docker-org> to use Docker user <docker-org> to push image to. Needs docker credentials in secret as described in README.-p deploy-model=true to deploy model
In [ ]:
!pygmentize ../workflows/serving-tf-mnist-workflow.yaml
In [ ]:
!argo submit ../workflows/serving-tf-mnist-workflow.yaml
In [ ]:
!argo list
In [ ]:
!pygmentize ../workflows/training-sk-mnist-workflow.yaml
In [ ]:
!argo submit ../workflows/training-sk-mnist-workflow.yaml
In [ ]:
!argo list
In [ ]:
!pygmentize ../workflows/serving-sk-mnist-workflow.yaml
In [ ]:
!argo submit ../workflows/serving-sk-mnist-workflow.yaml
In [ ]:
!argo list
In [ ]:
!pygmentize ../workflows/training-r-mnist-workflow.yaml
In [ ]:
!argo submit ../workflows/training-r-mnist-workflow.yaml
In [ ]:
!argo list
In [ ]:
!pygmentize ../workflows/serving-r-mnist-workflow.yaml
In [ ]:
!argo submit ../workflows/serving-r-mnist-workflow.yaml
In [ ]:
!argo list
In [ ]: