Mikhail Sveshnikov

Results 111 comments of Mikhail Sveshnikov

1. You can save configuration to file and use it instead of options 2. You can save this `id` only locally. Even if you save it to repo, how would...

We dont use buildpacks with Heroku since we build custom docker images for each model and deploy them to heroku. Dokku docs mention they can work with images too [here](https://dokku.com/docs/deployment/application-deployment/#deploy-the-app),...

Also, we can try and use it with our docker dir packager and deploy from dockerfile in dokku, but I need to dig deeper into dokku API to say for...

@aguschin any thoughts?

I guess those are all related #168 #98

also, need to catch errors on parsing objects and output them nicely

We deliberately dont pin exact version because of what @aguschin said. I set upper bounds for some of them, but this does not guarantee there will be no errors like...

@aguschin @madhur-tandon I did this a while ago. Do we need this WDYT?

closing as outdated

For now we are building docker images only for serving, so server option is required and run command is `mlem serve`. That can be changed, but for that we first...