You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: move Imagenette precompute to runtime, increase health start-period
LanceDB stored in Docker overlay filesystem layers is extremely slow to
reopen on free-tier CPUs, causing a 2h+ delay at container startup and
a 30-minute health check timeout.
Move dataset/embedding/layout computation to runtime (same approach as
Jaguar Space) and increase HEALTHCHECK --start-period to 600s.
0 commit comments