cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Timeout on docker pull in Databricks Container Services

kch
New Contributor II

Hello,

There is a timeout that limits the size of images used in Docker Container Service. When using images containing large ML libraries, the size often exceeds the limit that could be pulled. Is there any plan to add parametrization of this timeout? Or at least increase it?

2 REPLIES 2

Walter_C
Databricks Employee
Databricks Employee

Currently, the timeout for pulling Docker images in Databricks Container Service is fixed at 10 minutes and cannot be changed.

The primary recommendation to address this issue is to reduce the size of your Docker image. This can be achieved by flattening the Docker image to minimize the number of layers, as each layer must be written to disk sequentially, which can create a bottleneck.

kch
New Contributor II

@Walter_C Thank you for your response. Unfortunately, this doesn't resolve my issue. Using the GPU version of Torch even without additional dependencies comes very close to the limit. Once I add the necessary components for training or using the ML model, itโ€™s easy to exceed the limit, even with everything computed in a single layer, caches cleared, and dependencies optimized. Considering how common this situation has become, Iโ€™m curious if there are any plans to parameterize or adjust the limit?

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโ€™t want to miss the chance to attend and share knowledge.

If there isnโ€™t a group near you, start one and help create a community that brings people together.

Request a New Group