metaflow icon indicating copy to clipboard operation
metaflow copied to clipboard

`metaflow-dev`: consider adding `--gpus all` to `minikube start`

Open feltech opened this issue 3 months ago • 1 comments

What

Add --gpus all as an option to the $(MINIKUBE) start call under the setup-minikube Makefile target used by metaflow-dev.

Notes

This is required to run jobs with e.g. @resources(gpu=1) on a local dev environment.

Support may need to be detected before trying to use the flag and/or should be optional somehow (environment variable, perhaps?).

feltech avatar Sep 16 '25 10:09 feltech

I've submitted a PR for this issue.

cnaples79 avatar Sep 17 '25 02:09 cnaples79