Kareem Kouddous
07/18/2024, 6:00 PMKareem Kouddous
07/18/2024, 6:04 PMFailed to generate job configuration: 1 validation error for ModalPushPoolJobConfiguration
image
value is not a valid dict (type=type_error.dict)
Kareem Kouddous
07/18/2024, 6:05 PMModalPushPoolJobConfiguration
and can't find any references, so this looks like it's a Cloud only configuration issueJake Kaplan
07/18/2024, 6:06 PMJake Kaplan
07/18/2024, 6:07 PMKareem Kouddous
07/18/2024, 6:07 PMJake Kaplan
07/18/2024, 6:07 PMKareem Kouddous
07/18/2024, 6:08 PMcdcd2882-c0aa-4adb-8688-683d4591cfc0
Jake Kaplan
07/18/2024, 6:18 PMDeployments.job_variables
which will override the image set on the work pool, if you remove that it should workKareem Kouddous
07/18/2024, 6:18 PMKareem Kouddous
07/18/2024, 6:19 PMKareem Kouddous
07/18/2024, 6:19 PMJake Kaplan
07/18/2024, 6:19 PMimage
parameter is special and needs to be an object (as opposed to a string)Jake Kaplan
07/18/2024, 6:20 PM{"image": {"tag": "prefecthq/prefect:3.0.0rc10-python3.12"}
Kareem Kouddous
07/18/2024, 6:20 PMKareem Kouddous
07/18/2024, 6:21 PMy
to build a docker imageKareem Kouddous
07/18/2024, 6:21 PMJake Kaplan
07/18/2024, 6:29 PM{
"image": {
"tag": "my-private-image-url",
"secret": "my-modal-secret-name"
}
}
Jake Kaplan
07/18/2024, 6:29 PMKareem Kouddous
07/18/2024, 6:30 PMKareem Kouddous
07/18/2024, 6:30 PMJake Kaplan
07/18/2024, 6:31 PMKareem Kouddous
07/18/2024, 6:31 PMKareem Kouddous
07/18/2024, 6:32 PMJake Kaplan
07/18/2024, 7:59 PM