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.