Skip to content

Commit 9a5aa8f

Browse files
chore: bust Modal cache to force new image build
1 parent 5368c0c commit 9a5aa8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/policyengine_api/modal_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import modal
1616

1717
# Base image with common dependencies using uv for fast installs
18-
# Cache bust: 2026-01-11-aggregate-workers
18+
# Cache bust: 2026-01-11-store-outputs-v2
1919
base_image = (
2020
modal.Image.debian_slim(python_version="3.13")
2121
.apt_install("libhdf5-dev")

0 commit comments

Comments
 (0)