Fix deployment issues

This commit is contained in:
Tanguy Duhamel
2025-09-30 15:18:53 +02:00
parent fb9ed420be
commit 6c1cbf92bb
30 changed files with 4 additions and 14073 deletions
+1 -1
View File
@@ -382,7 +382,7 @@ class PrefectManager:
"image": deploy_image, # Use the worker-accessible registry name
"volumes": [], # Populated at run submission with toolbox mount
"env": {
"PYTHONPATH": "/opt/prefect/toolbox:/opt/prefect/toolbox/workflows",
"PYTHONPATH": "/opt/prefect/toolbox:/opt/prefect",
"WORKFLOW_NAME": name
}
}