Is it possible to run a step in a custom container...
# ask-metaflow
c
Is it possible to run a step in a custom container without batch ?
1
a
you would need some container executor - kubernetes would work with
@kubernetes
- you can even have kubernetes running locally but the overhead can be a lot.
🙌 1
outside of that, you can use
@conda
and
@pypi
to execute tasks locally with your dependencies