graph TD
start[How to use CML with containers] --> Sq{Just trying out CML?}
Sq-->|Yes| SC["use iterativeai/cml container images"]
Sq-->|No| Nq{Is dependency install network-bound?}
Nq-->|No| Mn["Build your own container image"]
Nq-->|Yes| Mc["Use a standard base image"]
Mn --> Gq{Do you need GPU support?}
Mc --> Gq
Gq-->|Yes| Mv["e.g. nvidia/cuda:11.2.1-cudnn8-runtime-ubuntu20.04"]
Gq-->|No| Mu["e.g. ubuntu"]
v1
[wip] helio v1
[wip] helio v2