I’m trying to start a fly machine with this command:
fly machine run \
-a unstructured3 \
--name machine2 \
--vm-size shared-cpu-8x \
downloads.unstructured.io/unstructured-io/unstructured-api:latest
It takes a long time and then fails creating.
Here is the output:
Searching for image 'downloads.unstructured.io/unstructured-io/unstructured-api:latest' remotely...
image found: img_wd57v55ke7y7v38o
Image: downloads.unstructured.io/unstructured-io/unstructured-api:latest
Image size: 4.8 GB
Success! A Machine has been successfully launched in app unstructured3
Machine ID: 0801699c642658
Instance ID: 01JE0BCTDAFNTCQ9HYSQY0FE6R
State: created
Attempting to start machine...
Error: timeout reached waiting for machine's state to change
The machine 0801699c642658 took more than 5m0s to reach "started"
The image is quite large (4.8GB) but I don’t understand why it fails.
Can someone reproduce this? Is there a solution ?