idea-fasoc / OpenFASOC

Fully Open Source FASOC generators built on top of open-source EDA tools
https://openfasoc.readthedocs.io
Apache License 2.0
216 stars 91 forks source link

Fix docker and dependencies.sh build #246

Closed chetanyagoyal closed 8 months ago

chetanyagoyal commented 8 months ago

The docker build did not work after the most recent merges, this PR fixes the issues by including the required channels and python3.10. A resulting openroad missing library error has also been handled by updating packages.txt in docker/conda

saicharan0112 commented 8 months ago

I tested the docker image that is built with this update and it is working. This can be merged.

saicharan0112 commented 8 months ago

@chetanyagoyal Kindly rename this PR so that we have references for the changes this ones brings

saicharan0112 commented 8 months ago

Regarding your concern on package conflicts, I think it makes sense and that is the main point of this #243 . I suggest let the bot update the conda_versions.txt on this PR #232 and then check if the installer script works.