## What Add `--gpus all` as an option to the `$(MINIKUBE) start` call [under the `setup-minikube` Makefile target](https://github.com/Netflix/metaflow/blame/master/devtools/Makefile#L139) 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?).