Model Training Template for Code Repos Failing

The environment rendering fails on the model training template when creating a new code repo.

The other templates are fine. I have tried recreating new ones (5 times!) and the same problem re-occurs.

There is a dependency issue initially (a workaround fixes it initially), but that is either a cause or result of other environment problems that result in a failed rendering (e.g. it required transforms ==3.35.1 but it doesnt exist) and gradle-wrapper.properties refers to a distributionUrl that is malformed. Then its not possible to make any successful builds.

This is pretty urgent for me. I don’t want to revert to setting up a basic python repo and then change all the settings.

@mad_scientist this problem should be resolved; I have provided more instructions in https://community.palantir.com/t/failed-environment-builds-on-modelling-repositories/4944/4

Yeah, that fixed it. Thank you.