This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
Rationalize the use of custom builds in AzureML environments (sdk2.0 ready?) #218
Labels
Milestone
To run multiple "builds" of components such as lightgbm inferencing or lightgbm training, we currently use dockerfiles that we substitute to the default component dockerfile at build time.
This approach has pros/cons.
pros:
cons:
We should think about using clean environments specifications instead, with docker and/or conda as part of an AzureML environment specification. When running custom builds, we substitute the entire component environment and not just the build.
The text was updated successfully, but these errors were encountered: