资源算法 kubeflow-workshop

kubeflow-workshop

2020-04-10 | |  55 |   0 |   0

Hydrosphere + Kubeflow Pipelines

This repository shows how to orchestrate a machine learning workflow with Kubeflow and Hydrosphere Serving.

Prerequisites

Repository Structure

├── notebooks          - notebooks for running workshop and other required operations
├── steps              - pipeline steps executed in the workflow 
├── utils              - utility scripts to work with the cloud, orchestrator, etc.
└── workflows          - definitions of the pipelines

Configuration

In order to configure execution of this workflow you have to deploy ConfigMap resource in the same namespace, where your Kubeflow instance is running. Structure of this ConfigMap should be as following:

apiVersion: v1kind: ConfigMapmetadata:  name: mnist-workflowdata:  "default.tensorflow_runtime": "hydrosphere/serving-runtime-tensorflow-1.13.1:dev"
  "postgres.dbname": "postgres"
  "postgres.host": "postgres"
  "postgres.pass": "postgres"
  "postgres.port": "5432"
  "postgres.user": "postgres"
  "influx.host": "influxdb"
  "influx.port": "8086"
  "uri.hydrosphere": "https://<hydrosphere>"
  "uri.reqstore": "https://<hydrosphere>/reqstore"
  "uri.mlflow": "http://<mlflow>"
  "uri.mnist": "http://yann.lecun.com/exdb/mnist/"

Operations management

  • Build, test and publish all steps of the workflow

    $ make release-all-steps
  • Build and publish all steps of the workflow without testing

    $ make release-all-steps-raw
  • Compile and submit origin pipeline for execution

    $ REGISTRY=<your_registry> TAG=<tag_of_the_image> KUBEFLOW=<kubeflow_instance_uri> EXPERIMENT=Default CONFIGMAP=mnist-workflow make origin

Help and Support

Join the chat at https://gitter.im/Hydrospheredata/hydro-serving


上一篇: kubeflow-news.com

下一篇:kubeflow-aliyun

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...