iterative / terraform-provider-iterative

☁️ Terraform plugin for machine learning workloads: spot instance recovery & auto-termination | AWS, GCP, Azure, Kubernetes
https://registry.terraform.io/providers/iterative/iterative/latest/docs
Apache License 2.0
290 stars 27 forks source link

Bitbucket GPU demo #633

Open casperdcl opened 2 years ago

casperdcl commented 2 years ago

self-hosted Bitbucket Pipelines don't support GPU runners https://github.com/iterative/cml/issues/1015. A work-around is using TPI task directly in BB Pipelines.

Proposal

Put together an example repo/tuorial:

BB Pipelines -> TPI task (exporting env vars) -> AWS ec2 -> DVC repro && CML report

Alternatives