Hi all! I need help with my deployment yamls again...
# ask-community
p
Hi all! I need help with my deployment yamls again... We have an infrastructure block in our yaml which defines a k8s job using a custom built docker image with one of our repos dependencies bundled up in it. We then have a storage block with defines a github repo. For the path and entrypoint I have the main directory defined in the path like this
Copy code
app/
and then for the entrypoint I have it set like this:
Copy code
app/workflows/code.py:entrypoint
But whenever I run the deployment in prefect, I get a file not found error. Any advice here? Are the path and entrypoint relative to the infrastructure or the github repo? How is the repo loaded into the image a runtime? Not sure I understand how the infra and storage interact 😞
s
@Nate @Vlad S and and i are having the same issue with entrypoints in the container. is there a way to specify it?