I tried running flyctl deploy
for a simple Python project:
==> Verifying app config
Validating /Users/xxx/yyy/fly.toml
Platform: machines
✓ Configuration is valid
--> Verified app config
==> Building image
Remote builder fly-builder-polished-moon-3247 ready
==> Creating build context
--> Creating build context done
Error: failed to fetch an image or build from source: error fetching docker server info: Get "http://[fdaa:0:499d:a7b:e9:a94:337a:2]:2375/v1.41/info": context deadline exceeded
Nothing changed in the project except some version upgrades in requirements.txt
. I’m just simply trying to redeploy. What do I miss?