My submission is facing "Cannot find command 'git'" error

This is my submission #146148

Any suggestions on how to fix it?

Hi @kinwaicheuk,

Looks like one of your dependency need git to be present.

For that you can update apt.txt in root of the repository. Add git for having it installed. (apt packges).

Know more about specifying runtime requirements here: https://github.com/AIcrowd/music-demixing-challenge-starter-kit/blob/master/docs/RUNTIME.md

I have fixed the git error. But there is still another error. It seems it is related to conda, I am not sure not to fix this one.

#146158