google / weather-tools

Tools to make weather data accessible and useful.
https://weather-tools.readthedocs.io/
Apache License 2.0
214 stars 40 forks source link

Removing test data after clone in Docker image. #351

Closed alxmrs closed 1 year ago

alxmrs commented 1 year ago

I believe that our docker images are larger than they should be since they also include checked-in test data. This change adds a short-term fix to delete all test_data folders in each weather_tool before building the rest of the image.

In small experiments, this can save ~190 MiBs of disk space.

This is a band aid for #350.