https://prefect.io logo
Title
s

Slackbot

11/30/2022, 12:08 PM
This message was deleted.
2
t

Thomas Wickham

11/30/2022, 12:34 PM
I think that you have to provide the full path in an entrypoint
b

Bernardo Galvao

11/30/2022, 1:21 PM
likewise
Error response from daemon: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "/opt/conda/envs/prefect/bin/prefect orion start --host 0.0.0.0 --port 4200": stat /opt/conda/envs/prefect/bin/prefect orion start --host 0.0.0.0 --port 4200: no such file or directory: unknown
sorry! a change of syntax was all that was needed. @Thomas Wickham
👍 2
entrypoint: >
      prefect orion start
      --host 0.0.0.0
      --port 4200
🙌 1