Skip to content
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

Add bc for computing resources required by qeapp image #497

Closed
wants to merge 1 commit into from

Conversation

unkcpz
Copy link
Member

@unkcpz unkcpz commented Sep 16, 2024

No description provided.

@unkcpz
Copy link
Member Author

unkcpz commented Sep 16, 2024

Hi @danielhollas, why the test is going to upload to registry? Should I open PR from origin repo?

Copy link
Contributor

@danielhollas danielhollas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know why the test failed. Maybe try restarting it?

I don't understand the question, your PR is opened from origin, so it should be fine to push to ghcr.io

@@ -10,7 +10,8 @@ USER root
# https://pymatgen.org/installation.html#installation-tips-for-optional-libraries
# rsync: needed to support the new AiiDA backup command
# povray: rendering engine used in aiidalab-widgets-base
ENV EXTRA_APT_PACKAGES "curl povray rsync build-essential"
# bc: needed to compute the resources for computer setup
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this really needed? We could always use a Python one liner.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't want to use python, bc is a tiny thing and all computation just happened in shell script.

@unkcpz
Copy link
Member Author

unkcpz commented Sep 16, 2024

I don't understand the question, your PR is opened from origin

I mean not from my forked repo but from aiidalab directly.

@danielhollas
Copy link
Contributor

Ah, sorry, I am on a phone app and it did not show me that this PR is from a fork.

Yes, for this repo you always have to open the PRs from the origin.

@unkcpz
Copy link
Member Author

unkcpz commented Sep 16, 2024

Replaced by #499

@unkcpz unkcpz closed this Sep 16, 2024
@unkcpz unkcpz deleted the bc-apt-install branch September 16, 2024 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants