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.
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.