Hello community, i am trying to set up my prefect environment on k8s with my custom image so the deployment yaml file will refer to specific image and entrypoint. looks like the job is started but can’t find the entrypoint for the file.
it has error: “*python: can’t open file ‘/app/prefect’: [Errno 2] No such file or directory*”
my entrypoint on
path: auto-scoring
entrypoint: advanced_scoring.py:invoke_lambda_flow
thanks