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(deploy): CPU-only torch to fit Fly 8GB image limit; longer wait; no dup volumes
- CUDA torch wheels made the image exceed Fly's 8GB uncompressed rootfs
limit ('Not enough space to unpack image'); install CPU wheels instead
- --wait-timeout 600 for the 3.5GB image pull on first boot
- only create the volume if none exists (previous runs created duplicates)
0 commit comments