An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.
Hi Onyango, David,
Welcome to Microsoft Q&A and Thank you for reaching out.
This error is commonly seen with AutoML image jobs and is usually related to the execution environment rather than the image task itself.
A few things the community typically checks first:
Environment / dependency issues: AutoML image jobs auto-generate a Conda environment, and failures often occur due to package conflicts or unsupported Python versions. Sticking to Python 3.8–3.10 usually helps.
Image build failures: Sometimes the job fails while building the Docker image (dependency resolution, base image pull issues, or deprecated images).
Dataset or compute setup: Verify that the image dataset format matches the task (classification/detection/segmentation) and that the compute target has sufficient resources (especially GPU).
Next steps
- Check the detailed job logs in the Azure ML portal (or download them via CLI) the root cause is usually clearly logged there.
- If the failure is environment-related, try using a custom environment instead of the fully auto-generated one.
- Confirm that your Azure ML SDK, workspace, and compute are on supported versions.
Please let me know if there are any remaining questions or additional details, I can help with, I’ll be glad to provide further clarification or guidance.
Thnakyou!