I have a problem when I deploy a model.
I run a function in a workbench that it read some files first, and it is success. Then I deploy that model in Cml and have this error: FileNotFoundError: [Errno 2] No such file or directory: 'file.parquet', with all of my files.
I just probed change the path, the permissions, and it doesn't work.
Some idea?