mirror of https://github.com/kubeflow/examples.git
* 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
|
||
|---|---|---|
| agents | ||
| github_issue_summarization | ||
| mnist | ||
| test/workflows | ||
| .gitignore | ||
| .pylintrc | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| OWNERS | ||
| README.md | ||
| prow_config.yaml | ||