bright-florist-6681
10/25/2022, 5:56 PMimg = ImageConfig.from_images(
"<http://cr.flyte.org/flyteorg/flyte-sandbox-lite:sha-4f73dc6994dfeafb9eecd9b17d16d7f9275b577a|cr.flyte.org/flyteorg/flyte-sandbox-lite:sha-4f73dc6994dfeafb9eecd9b17d16d7f9275b577a>",
)
t1 = remote.register_task(
entity=generate_normal_df,
serialization_settings=SerializationSettings(image_config=img),
version="v1.0",
)
I got the following error message
[1/1] currentAttempt done. Last Error: USER::Pod failed. No message received from kubernetes.
[abdmkkdhj6rvsx6cvkww-n0-0] terminated with exit code (1). Reason [Error]. Message:
Starting Docker daemon...
Terminated
Timed out while waiting for dockerd to start
.
glamorous-carpet-83516
10/25/2022, 7:10 PM