-
Notifications
You must be signed in to change notification settings - Fork 192
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
Docker image tweaks #6466
Docker image tweaks #6466
Conversation
@@ -22,8 +22,7 @@ RUN mamba install --yes \ | |||
# Install erlang. | |||
RUN apt-get update --yes && \ | |||
apt-get install --yes --no-install-recommends \ | |||
erlang \ | |||
xz-utils && \ |
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.
Already installed in aiida-core-base
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6466 +/- ##
==========================================
+ Coverage 77.51% 77.83% +0.33%
==========================================
Files 560 561 +1
Lines 41444 41767 +323
==========================================
+ Hits 32120 32505 +385
+ Misses 9324 9262 -62
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Thanks @danielhollas
* Remove pin of mamba version * Set `PIP_USER` as default * Remove double install of `xz-utils`
Some tweaks to Docker images
--user
flag to pip default. We want users to install to~/.local
since the home directory is preserved on a volume when the container stops. We do the same in aiidalab-docker-stack