Hi All,
I want to run a script using a custom docker image.
I have created the docker container and placed it in the home directory in the flyte-sandbox
Now when I run the script using : pyflyte run --remote --image fibo:1.1 fibanocci_example.py wf --n 8
I'm getting the error mentioned in 2nd image.
Even the .py file is present in the same directory.
Can anyone please provide any insight into why this might be happening ?