aslotte/MLOps.NET

[Deployment] Add ability to install saved package dependencies in Kubernetes deployment

aslotte opened this issue · 1 comments

Is your feature request related to a problem? Please describe.
#316 will record which package dependencies where used during a model training run.
We need to install these package dependencies on the generated API project before running docker build

Describe the solution you'd like
Fetch the saved package dependencies for a run and run dotnet add package for each one of them in the generated ASP.NET Core Web API.

I'm going to start working on this one as soon as #378 is closed