pull_image#

SandboxRuntime.pull_image(image: str, timeout_seconds: float = 120.0) str[source]#

Download and extract container image into local cache.

Parameters:
  • image – Container image name or tar path.

  • timeout_seconds – Request timeout.

Returns:

Extracted image directory path.