microsoft / dstoolkit-mlops-base

Support ML teams to accelerate their model deployment to production leveraging Azure
MIT License
89 stars 39 forks source link

Add extra environment version with custom Docker image #59

Closed mariamedp closed 2 years ago

mariamedp commented 2 years ago

Add an example of environment with custom Dockerfile as another folder inside configuration/environments/.

People will then just need to change the AML_TRAINING_ENV_PATH / AML_BATCHINFERENCE_ENV_PATH in configuration/configuration-aml.variables.yml to this new path to use a custom Docker image for the AML pipelines. We should add instructions on how to do this and how to configure the environment (links to the official AML docs?) in docs/how-to.