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

fix: layers - add gcc10 to AL2 build image; build numpy and pandas from source #3069

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

kukushking
Copy link
Contributor

@kukushking kukushking commented Jan 9, 2025

Feature or Bugfix

  • Fix

Detail

  • fixes python 3.10 ARM lambda layers exploding in size (from 44MB to 97MB) due to pandas containing .so for all Python versions (python/pandas/_libs/algos.cpython-<310|311|312...>-aarch64-linux-gnu.so)
  • fixes incorrect numpy packaging Error importing numpy: you should not try to import numpy from its source directory;

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@kukushking kukushking added this to the 3.11.0 milestone Jan 9, 2025
@kukushking kukushking self-assigned this Jan 9, 2025
@kukushking kukushking requested a review from a team January 10, 2025 09:37
@kukushking kukushking marked this pull request as ready for review January 10, 2025 09:37
@kukushking kukushking merged commit ccdbb42 into main Jan 10, 2025
24 checks passed
@kukushking kukushking deleted the fix/numpy-2-layers branch January 10, 2025 10:08
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