Skip to content

Install gdal with numpy #29

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

VictorVerhaert
Copy link

No description provided.

@VictorVerhaert VictorVerhaert requested a review from jdries April 10, 2025 14:36
@@ -99,10 +99,11 @@ RUN dnf clean all && dnf install -y epel-release && \
Rlib-proxy \
libtiff-tools \
blosc \
compat-libgfortran-48-4.8.5-36.1.el8.x86_64 && \
compat-libgfortran-48-4.8.5-36.1.el8.x86_64 \
gcc-c++ && \
Copy link
Contributor

Choose a reason for hiding this comment

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

we try to keep our docker image size small, how much size does adding the c++ compiler require?
The normal solution for this is to build a wheel with the desired binaries included, this wheel can then be put on artifactory so that we can use it when building docker images.

Copy link
Author

Choose a reason for hiding this comment

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

the new docker image (so including c++ compiler and numpy) went from 2.08GB to 2.29GB.

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