The page you navigated to does not exist, so we brought you to the closest page to it.
flytekit.configuration.default_images
| Property |
Type |
Description |
FLYTE_INTERNAL_IMAGE_ENV_VAR |
str |
|
We may want to load the default images from remote - maybe s3 location etc?
def find_image_for(
python_version: typing.Optional[flytekit.configuration.default_images.PythonVersion],
flytekit_version: typing.Optional[str],
) -> str
| Parameter |
Type |
Description |
python_version |
typing.Optional[flytekit.configuration.default_images.PythonVersion] |
|
flytekit_version |
typing.Optional[str] |
|