Hey everyone, trying to run the demo and I get stu...
# flyte-support
s
Hey everyone, trying to run the demo and I get stuck on the remote execution step. The building of the image works like this
Copy code
pyflyte run --remote --project my-project2 --domain development hello_world.py hello_world_wf
Running Execution on Remote.
Image say-hello-image:IxkVt1pkdwaSNyWo_rRPWA found. Skip building.
but then in the UI I get the following error
Copy code
[1/1] currentAttempt done. Last Error: USER::Grace period [3m0s] exceeded|containers with unready status: [a7wsqjh42x5dtwnzpzkt-n0-0]|Back-off pulling image "say-hello-image:IxkVt1pkdwaSNyWo_rRPWA"
I'm running the flytectl demo on WSL and the project I'm running on windows
c
hey @square-queen-23132 just to make sure, there's no ImageSpec in your code right?
s
Hi David, sorry for the late answer, but I fixed the error and my workflow is running smoothly :)