Help neede for building space running on zero gpu but fails on other

Your reply not showing

1 Like

Ah, sorry. I misunderstood the issue. I saw this Help neede for building space running on zero gpu but fails on other - #15 by John6666 and got confused, but it was actually the other way around.

1 Like

Alright, when I duplicated the Space and assigned an L4, I got the same issue. I couldn’t reproduce it with other ZeroGPU Spaces, so there might be something specific about this Space.
Anyway, Node.js is used only for the SSR mode of Gradio, so the error disappears if you disable it by setting `GRADIO_SSR_MODE=False` in your Space Settings.


1 Like

Hmm, actually, looks like the node version is 12.22.9. Might be an infra issue. I’ll check internally. Thanks for flagging this!

1 Like

The issue has been resolved! The change will take effect when you update a Space (e.g., after a commit or a hardware change).
Thanks again for reporting this issue!

1 Like

Same problem