-
Notifications
You must be signed in to change notification settings - Fork 21
Update Dockerfile #1282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Dockerfile #1282
Conversation
Hi @mikibonacci , thanks for pointting out this, the error related to bader plugin seems to be a general problem for all qeapp plugins. I did a quick test locally, for wannier90
also for vibroscopy
The Still need more time to investigate the reason, but it does not affect the functionality of the app in the final image. So I suggest that we leave it for the future. |
Make a note for the future, to reproduce the error
then install >>> from aiidalab_qe.plugins.pdos import pdos
Failed to load plugin entry point pdos.
This may be due to compatibility issues with the current QEApp version.
Please contact the plugin author for further assistance.
Thus, the plugin will not be available. However, you can still use the rest of the app.
Error message: partially initialized module 'aiidalab_qe.plugins.pdos' has no attribute 'pdos' (most likely due to a circular import)
|
install scipy from conda and spglib 2.5.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Hi @superstar54 , just putting the aiida-bader post install at the end of the RUN, because fails, I think then nothing will be executed (like the other post install). See https://github.com/aiidalab/aiidalab-qe/actions/runs/14280666542/job/40029931956#step:8:1714
just a quick fix. moreover, the bader@localhost seems to be already there, so I think it is ok just for now