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

feat: Add support for installing Python extra packages #236

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

cdalvaro
Copy link
Owner

@cdalvaro cdalvaro commented Mar 8, 2024

This PR adds support for installing Python extra packages.

Two methods can be used:

  • Defining PYTHON_PACKAGES_FILE pointing to a requirements.txt inside the container.
  • Defining PYTHON_PACKAGES env variable with a list of packages to install via pip.

This PR closes #234

@cdalvaro cdalvaro added the enhancement New feature or request label Mar 8, 2024
@cdalvaro cdalvaro self-assigned this Mar 8, 2024
@cdalvaro cdalvaro force-pushed the feature/install_python_extra_packages branch 5 times, most recently from c461ae7 to 56199a0 Compare March 8, 2024 18:57
@cdalvaro cdalvaro force-pushed the feature/install_python_extra_packages branch from 56199a0 to 8d03e7f Compare March 8, 2024 19:20
@cdalvaro cdalvaro merged commit 25e64b8 into main Mar 8, 2024
9 checks passed
@cdalvaro cdalvaro deleted the feature/install_python_extra_packages branch March 8, 2024 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Additional dependencies
1 participant