Efraim Globus
05/02/2022, 8:44 AMDockerRun
, only LocalRun
is supported ā
what does it mean?
with Flow("iris_batch", storage=Local(path="/app/batch/flow.py",stored_as_script=True),
run_config=DockerRun(image="test:latest")
) as batch_prediction_flow:
What i am missing?
Amy help will be appreciated:)
Thank you!Anna Geller
05/02/2022, 10:21 AMEfraim Globus
05/02/2022, 12:38 PMlooks like you started a local agent rather than a Docker agent?I started a local docker agent
also, local results are meant for local execution on your local machine or VM, for Docker run you may use Prefect result or some object storage like S3Do you mean that i should avoid using
storage=Local
combined with DockerRun
?
Thanks again for your help!Anna Geller
05/02/2022, 12:57 PMEfraim Globus
05/03/2022, 6:02 PMAnna Geller
05/03/2022, 7:03 PM