ZEROGPU not available for a Docker gradio space

#42
by kimou605 - opened

Hello, i was building a space using ZEROGPU on a gradio chat template but it used a default non editable dockerfile, i switched to a blank docker space where i used gradio but ZEROGPU was non available, does anyone have a solution? Thanks

ZeroGPU Explorers org

Hi @kimou605 , unfortunately ZeroGPU is not available for Docker SDK Spaces. It might change in the future though but not in a "near" future fore sure. In general you can (almost) always hack your way through the Gradio SDK by using the available tools (packages.txt, pre-requirements.txt, requirements.txt + running custom commands at the startup of your app.py)

joined the PRO just to find out it does not work with docker.
Shame, I don't like Gradio, I would be happier with a jupyter running on the zero GPU

ZeroGPU Explorers org

@user1209 AFAIK ZERO GPU is not designed for training but only for inference, so you cannot run Jupyter on it.

Inference will be much easier with python scripts running as docker api's on ZEROGPU

ZeroGPU Explorers org

we are attach to gradio sdk for now. I wish also to be able to enable some template Dockerfile to be able to install just inferences libraries easy to be able to use it

Sign up or log in to comment