ersilia-os / eos7a45

GNU General Public License v3.0
0 stars 3 forks source link

[ALERT]: V2 build failed for this model, the model has been built with v1 approach #14

Open github-actions[bot] opened 5 months ago

github-actions[bot] commented 5 months ago

This model failed to build with v2 image. Please investigate and fix the issue.

DhanshreeA commented 5 months ago

This is happening because of aCondaPackError. From the logs:

 #13 [build 4/5] RUN conda-pack -n eos7a45 -o /tmp/env.tar &&     mkdir /eos7a45 && cd /eos7a45 && tar xf /tmp/env.tar &&     rm /tmp/env.tar
#13 0.996 Collecting packages...
#13 0.996 CondaPackError: 
#13 0.996 Files managed by conda were found to have been deleted/overwritten in the
#13 0.996 following packages:
#13 0.996 
#13 0.996 - pytorch 1.8.0:
#13 0.996     lib/python3.7/site-packages/caffe2/__init__.py
#13 0.996     lib/python3.7/site-packages/caffe2/__pycache__/__init__.cpython-37.pyc
#13 0.996     lib/python3.7/site-packages/caffe2/contrib/__init__.py
#13 0.996     + 2222 others

This probably happening because in the model installs, pytorch is first being installed through conda, and then later on gets overwritten by pip while installing pytorch-lightning.