Y
Hacker News
new
|
ask
|
show
|
jobs
by
kiview
357 days ago
You can check out my blog post on publishing models to Docker Hub using Docker Model Runner :)
https://www.docker.com/blog/publish-ai-models-on-docker-hub/
1 comments
pploug
357 days ago
Well, more wondering how I go from having local models into a production app with the model available - I guess swap it with a cloud offering?
link
kiview
357 days ago
You can run the same model in production, using Docker Model Runner in Docker CE. This is assuming, the model works for your production use case :)
link