Ben Firshman

Results 290 comments of Ben Firshman
trafficstars

We should have a getting started example working. Perhaps we should switch to PyTorch.

👍 We have been thinking of some escape route. Some ideas: - Some way of using the predictor/HTTP server/queue worker independently - Some way to "eject" the Dockerfile so you...

@nithin-bose Yeah, that's an issue. Particularly if the user has edited the package file. Perhaps the package file could be blank by default (except for `image`), then all the options...

An image inspect is extremely fast. (On the order of 10ms with Docker for Mac IIRC, but we could benchmark it.) Backwards compatibility is certainly an issue. Perhaps Whalebrew could...

Thanks for the kind words! This sounds great. A few thoughts: 1. Do you think we could just use the standard tag format? This should already work now. e.g. `whalebrew...

I don't think all that complexity is necessary. The reason those packaging systems work like that is they're referencing real things on file systems. The Whalebrew package is just a...

I think a switch command would be useful, but not urgent. You can replicate this behaviour by swapping tags in the YAML file, which we could document in the meantime....

Nice! Thank you!

@mapitman some work and thoughts here, if you're interested: https://github.com/bfirsh/whalebrew/pull/34

Thanks for the suggestion! What's the advantage of this method over using existing tools like `nohup`?