rstudio / vetiver-python

Version, share, deploy, and monitor models.
https://rstudio.github.io/vetiver-python/stable/
MIT License
60 stars 17 forks source link

New `prepare_docker` function #137

Closed isabelizimm closed 1 year ago

isabelizimm commented 1 year ago

this function would create all files needed for Docker, combining write_app and write_docker.

Currently, it also creates a minimal requirements.txt for the deployment (make it optional?)

juliasilge commented 1 year ago

Related to rstudio/vetiver-r#165

I think we are landing on the right way forward here; when you feel pretty confident about this, let me know and I'll finish up my PR as well! 🙌

isabelizimm commented 1 year ago

@juliasilge this feels like it's at a pretty good place!