Daniel Nilsen
04/27/2022, 10:58 AMmy-flow.flow
come from? I do have a flow named my-flow
but no file with that name.
INFO - prefect.Docker | Building the flow's Docker storage...
Step 1/18 : FROM prefecthq/prefect:1.0.0-python3.7
---> 2005944ce1c0
Step 2/18 : ENV PYTHONPATH='$PYTHONPATH:modules/' PREFECT__USER_CONFIG_PATH='/opt/prefect/config.toml'
---> Using cache
---> 749cf2ee64e6
Step 3/18 : RUN pip install pip --upgrade
---> Using cache
---> 9f046e7adbe1
Step 4/18 : RUN pip show prefect || pip install git+<https://github.com/PrefectHQ/prefect.git@1.0.0#egg=prefect[all_orchestration_extras]>
---> Using cache
---> 27acea17a687
Step 5/18 : RUN pip install graphql-core
---> Using cache
---> 2c30c81c1d46
Step 6/18 : RUN mkdir -p /opt/prefect/
---> Using cache
---> 5976f2fd06b9
Step 7/18 : COPY my-flow.flow /opt/prefect/flows/my-flow.prefect
Anna Geller
04/27/2022, 11:07 AM