This repository was archived by the owner on Sep 13, 2023. It is now read-only.
mlem deploy create
should re-deploy if model changed
#236
Labels
Milestone
Saving a model from #235, then deploying it to heroku makes error (as numpy is not installed in heroku container):
If you add some lines to
dog-bark-translator.mlem
:and try to redeploy:
Nothing changes, e.g. https://mlem-quick-start.herokuapp.com/ still doesn't work and as I can see from heroku logs, model wasn't redeployed.
It could be default behavior to redeploy if something changed (I would prefer this).
It could also be
--force
option, but I don't see it inmlem deploy create myservice -h
.Even if we use default to redeploy,
--force
still may be useful.The text was updated successfully, but these errors were encountered: