Can anyone explain the reason of my submission failure (Submission #284796)?

I follow the submission guidelines and got the following messages:

Evaluation failed with exit code 127.
Logs are not available.

Hi,

It seems that you modified the dockerfile, which caused a docker image configuration error.

The error logs look like this:

timeout: failed to run command 'python': No such file or directory
2025-05-15 16:01:47.808	
/aicrowd-source/run.sh: line 32: python: command not found
2025-05-15 16:01:47.807	
Try 'cp --help' for more information.
2025-05-15 16:01:47.807	
cp: missing destination file operand after 'search.py'
2025-05-15 16:01:47.806	
/aicrowd-source/run.sh: line 20: python: command not found
2025-05-15 16:01:47.805	
Try 'cp --help' for more information.
2025-05-15 16:01:47.805	
cp: missing destination file operand after 'image_api.py'
2025-05-15 16:01:47.804	
/aicrowd-source/run.sh: line 19: python: command not found
2025-05-15 16:01:47.804	
Patching cragmm_search
2025-05-15 16:01:47.804	
/aicrowd-source/run.sh: line 11: pip: command not found
2025-05-15 16:01:47.804	
/aicrowd-source/run.sh: line 10: pip: command not found

Did you test your Dockerfile locally and make sure it works?