mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-07-05 14:57:49 +02:00
Fix deployment issues
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user