A repository to host extended examples and tutorials
Go to file
Jeremy Lewi 34d6f8809d Add a job to download the data to PVC. (#97)
* This is the first step to doing training and serving using a PV as opposed
  to GCS.

* This will make the sample easier to run anyhere and in particular on Katacoda.

* This currently would work as follows

User creates a PVC

ks apply ${ENV} -c data-pvc

User runs a K8s job to download the data to PVC

ks apply ${ENV} -c data-downloader

In subsequent PRs we will update the train and serve steps to load the
model from the PVC as opposed to GCS.

Related to #91
2018-04-25 10:36:02 -07:00
agents Restore runnability of example; vendor agnostic storage (#72) 2018-04-06 21:37:08 -07:00
github_issue_summarization Add a job to download the data to PVC. (#97) 2018-04-25 10:36:02 -07:00
mnist Removing uneeded requirements, this was causing pip errors. (#83) 2018-04-16 08:58:59 -07:00
test/workflows Fix failing test due to https://github.com/kubeflow/testing/pull/111 (#95) 2018-04-24 12:11:00 -07:00
.gitignore Remove vendor from .gitignore (#94) 2018-04-24 15:25:01 -07:00
.pylintrc Add namespace to ksonnet apply command (#57) 2018-04-02 09:41:02 -07:00
CONTRIBUTING.md Add issue link for GH issue summarization 2018-03-02 09:03:24 -08:00
LICENSE Initial commit 2018-02-01 13:13:10 -08:00
OWNERS Add cwbeitel reviewer & texasmichelle approver (#64) 2018-03-29 15:21:03 -07:00
README.md Fixes #2: End to end model training/serving example using S3, Argo, and Kubeflow (#42) 2018-04-06 14:34:09 -07:00
prow_config.yaml Skeleton testing framework (#18) 2018-03-01 21:30:50 -08:00