See the installations/
directory for instructions to install either Kubeflow (using microk8s) or a simplified
installation of Kubeflow pipelines (using k3s) that supports GPUs.
Note: The below assumes Conda (e.g. Anaconda or MiniConda) is installed. See https://docs.conda.io/en/latest/miniconda.html for details.
conda create -n local_kubeflow python=3.9
conda activate local_kubeflow
Install package and PyPi dependencies:
pip install -e .
Try an example pipeline in examples/simple_pipeline/README.md
Try an example pipeline in examples/pytorch_lightning_cifar10/README.md
Try an example pipeline in examples/spark/README.md