Mao Li
04/25/2024, 4:22 PMRUN mkdir -p /opt/prefect/prefect-test
COPY . /opt/prefect/prefect-test/
WORKDIR /opt/prefect/prefect-test
And my prefect.yaml has these:
pull:
- prefect.deployments.steps.set_working_directory:
directory: /opt/prefect/prefect-test
It's deployed successfully, but in the run, I'm seeing:
FileNotFoundError: [Errno 2] No such file or directory: '/opt/prefect/prefect-test'
Any insight?