azavea / fb-gender-survey-dashboard

Interactive exploration of global results from the Facebook "Survey on Gender Equality At Home
https://gender-survey-dashboard.netlify.app/
Apache License 2.0
2 stars 2 forks source link

Add build tools in dataproc container #147

Closed rajadain closed 2 years ago

rajadain commented 2 years ago

Overview

When pre-built wheels are not available for certain architectures, like the new M1 Apple Silicons, they need to be built locally in the container. The Python Slim container does not come with build tools by default.

This adds the build tools before installing dependencies, then removes them so the image stays slim.

Testing Instructions