Disk Full Error When running Azure ML Jobs using Custom Environemnts from Devops.

Sharma Nikhil 1 Reputation point
2022-12-19T13:13:50.88+00:00

I get a disk full error while running a Model training job using Azure ML SDK launched from Azure DevOps. I created a custom environment inside the Azure ML Workspace and used it.

I am using azure CLI tasks in Azure DevOps to launch these training jobs. How can I resolve the disk full issue?

Error Message is shown in the DevOps Training Task:

"error": {

    "code": "UserError",  
    "message": "{\"Compliant\":\"Disk full while running job. Please consider reducing amount of data accessed, or upgrading VM SKU. Total space: 14045 MB, available space: 1103 MB.\"}\n{\n  \"code\": \"DiskFullError\",\n  \"target\": \"\",\n  \"category\": \"UserError\",\n  \"error_details\": []\n}",  
    "messageParameters": {},  
    "details": []  
},  
Not Monitored
Not Monitored
Tag not monitored by Microsoft.
41,937 questions
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.