How to increase the timeout of the Job created to build a custom Dockerfile environment

Ricardo Jorge de Sousa da Fonseca 0 Reputation points
2024-05-24T08:24:10.8933333+00:00

When creating a Custom environment using a Dockerfile, a Job is created to build the environment. This job is created with a timeout of 1.5 hours and the build takes more than that.

How can the timeout of this Job be changed?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,666 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,531 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 43,451 Reputation points Microsoft Employee
    2024-05-24T13:14:52.22+00:00

    @Ricardo Jorge de Sousa da Fonseca I think Azure Machine Learning builds the final Docker image from this environment specification when the environment is used in a job or deployment. So, while creating the job the compute used can be of higher capacity to build the environment sooner if possible or you can configure the job with a higher timeout if an option is available like below:

    User's image

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments