You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating and deploying a ContainerImage is soon-to-be deprecated functionality inside of AzureML service.
The new recommended flow is instead to prepare an Environment object that contains your Pip/Conda requirements and simply include this in your InferenceConfiguration to be supplied in a Model.deploy() call.
This speeds up image build and service deployment time, and allows subsequent service deployments to leverage existing prepared Environment images.
Description
Creating and deploying a ContainerImage is soon-to-be deprecated functionality inside of AzureML service.
The new recommended flow is instead to prepare an Environment object that contains your Pip/Conda requirements and simply include this in your InferenceConfiguration to be supplied in a Model.deploy() call.
This speeds up image build and service deployment time, and allows subsequent service deployments to leverage existing prepared Environment images.
Documentation on Environments can be found here: https://docs.microsoft.com/en-us/azure/machine-learning/service/how-to-use-environments
In which platform does it happen?
Azure Machine Learning service
How do we replicate the issue?
Expected behavior (i.e. solution)
Other Comments
The text was updated successfully, but these errors were encountered: