You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: