Hey, I’m deploying my flow on AWS Step Functions. ...
# ask-metaflow
s
Hey, I’m deploying my flow on AWS Step Functions. In one of the steps, I’m using Sagemaker estimator to run custom code. According to logs, when Sagemaker is trying to copy the code to the container, I’m getting
FileNotFoundError: [Errno 2] No such file or directory: './metaflow.s3.e0y3kshd'
. Any ideas what can cause such error? Or how to check what is the missing file?