Skip to content

Preinstall AWB in lab image #483

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

Draft
wants to merge 2 commits into
base: python-3.10.11
Choose a base branch
from
Draft

Preinstall AWB in lab image #483

wants to merge 2 commits into from

Conversation

danielhollas
Copy link
Contributor

@danielhollas danielhollas commented Jul 20, 2024

The goal here is to pre-install AWB into the image from a conda package to:

  • speed up the installation of apps that depend on AWB
  • make the image more robust by pre-installing the often-used dependencies into the conda environment so that they don't need to be installed from PyPI by pip into ~/.local

NOTE: We cannot pin the AWB version, because apps need to be able to upgrade or even downgrade the pre-installed version according to their needs. But the thesis is that most of the AWB dependencies are not changed in between AWB versions and so it still makes sense to have them pre-installed.

Staged on top of #455

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.

1 participant