I have a use case where my team needs to install specific Python packages and include certain files as part of the environment setup each time a Binder environment is created.
We’re considering using GitHub templates to standardize these required packages and files across all environments. However, I’m wondering if it’s possible to include these files and packages directly in the base image used to build the Binder environment. If so, where should these changes be made?