ersilia-os / ersilia-maintenance

This repository contains maintenance workflows for the Ersilia Model Hub
GNU General Public License v3.0
0 stars 1 forks source link

🚨 Model eos157v does not have complete Dockerfile 🚨 #167

Closed github-actions[bot] closed 4 months ago

github-actions[bot] commented 4 months ago

Hi! 👋 The model eos157v does not have a complete Dockerfile in the ersilia-os organization profile. 🙏 Please ensure that the Docker file contains specified versions for installs and ends with proper functionality.

Detailed eror message: "No version specification found for the line RUN pip install git+https://github.com/bp-kelley/descriptastorus.git@d552f934757378a61dd1799cdb589a864032cd1b in the Docker file. "

The failed action is found at https://github.com/ersilia-os/ersilia-maintenance/actions/runs/9124938313

DhanshreeA commented 4 months ago

The dependencies are correct, but I think we'll need to add a different validation for git dependencies. @JuliaPoulson do you think you could do this? If not, happy to take this up. :)

JuliaPoulson commented 4 months ago

@DhanshreeA I can do it, no problem! Would you like to remove the validation for Git dependencies all together or create a different validation?