Launch timed out, workload was not healthy after 60 min

I was facing…

Launch timed out, workload was not healthy after 60 min

But than changed the space to contain it using Docker sdk but then it throws the error for gradio not mentioned in app.py.
https://huggingface.co/spaces/nightfury/LipSyncer/blob/main/Dockerfile

Have you checked if your Docker image runs smoothly locally?

not good at using docker space.

I just searched in to find a solution for my earlier issue “Launch timed out, workload was not healthy after 30 min”
which brought me to a solution you were suggesting on to others
startup_duration_timeout: 1h
which brought me to “Launch timed out, workload was not healthy after 60 min” issue.
so unfortunately buildup is taking more time then usual. so based on your suggestion i switched to use the docker.

To resolve above issue i added gradio in requirement file but now i am getting this

AttributeError: ‘Row’ object has no attribute ‘style’


Traceback (most recent call last):
File “/home/user/app/app.py”, line 212, in
demo = lipsyncer_demo()
File “/home/user/app/app.py”, line 48, in lipsyncer_demo
with gr.Row().style(equal_height=False):
AttributeError: ‘Row’ object has no attribute ‘style’

Noap Huggingface is the only setup where I am trying docker. There is no local setup.

I see your Space is running!

Yes thanks but what if I wants to implement the docker space… and store the progress of last build.?
Tht docker file in project mentioned is of no use.