Elliot Løvås
05/30/2023, 4:50 PMprefecthq/prefect:2.10.11-python3.10-conda
image. Whenever I include the ENTRYPOINT ["prefect", "agent", "start", "-q", "default"]
, I encounter the following error: 'Failed to deploy '<unknown> Dockerfile: Dockerfile': Status 400: {"message":"failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "prefect": executable file not found in $PATH: unknown"}'. Interestingly, I don't encounter this problem with the prefecthq/prefect:2.10.11-python3.10
image. Any ideas on how to resolve this?Zanie
bash
and not ending up in the activated environmentZanie
["/bin/bash", "--login", "-c", "prefect agent start -q default"]
?Elliot Løvås
06/01/2023, 8:20 AM