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 eos7a45 does not have complete Dockerfile 🚨 #149

Closed github-actions[bot] closed 4 months ago

github-actions[bot] commented 4 months ago

Hi! 👋 The model eos7a45 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 numpy in the Docker file. No version specification found for the line RUN pip install pandas in the Docker file. No version specification found for the line RUN pip install rdkit-pypi in the Docker file. No version specification found for the line RUN pip install torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-1.8.0+cpu.html in the Docker file. "

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

DhanshreeA commented 4 months ago

Something like RUN pip install torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-1.8.0+cpu.html in the Docker file needs to be handled better since there is actually a version specified.

DhanshreeA commented 4 months ago

Fixed