Commit c626725
committed
fix: trigger package rebuild on stale /pkgs volumes
packages_ready() gates package-init.sh on sentinel site-packages
directories. On an upgrade over an existing /pkgs volume, PIL,
markitdown, chdb and statsmodels are all already present, so the
check passed and the script exited before reaching the pip install.
The geospatial packages would never have landed on existing
deployments without a manual FORCE_REBUILD=true.
Add rasterio as a sentinel so stale volumes rebuild.
build-packages.sh needs no equivalent change: it clears
.package-installed and reinstalls unconditionally.1 parent 191d02a commit c626725
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| |||
0 commit comments