Forum Discussion
aboudella
May 30, 2022Copper Contributor
Azure Machine Learning compute cluster - avoid using docker?
Hello, I would like to use an Azure Machine Learning Compute Cluster as a compute target but do not want it to containerize my project. Is there a way to deactivate this "feature" ? The ma...
Kidd_Ip
Nov 16, 2025MVP
I believe no, you cannot disable containerization on Azure Machine Learning (AML) compute clusters. By design, AML jobs on clusters always run inside a Docker container. This is a core part of the service architecture, and there is no supported way to “turn off” that feature.