Any Plans for Docker Support (using gradio as the UI) or allow for alternative install other than pip (such as pixi or conda)

#27
by pablovela5620 - opened
ZeroGPU Explorers org

I have the following space that uses the docker SDK space https://huggingface.co/spaces/pablovela5620/DSINE-space. I would love to be able to use zero on environments like this that still use gradio, but uses docker and (Pixi)[http://pixi.sh/] as my python package manager (tldr a friendlier version of conda that also integrates pip packages). I was wondering if there was any plans on allowing zero for docker spaces that still utilize gradio as a front end. In particular, this helps a lot with reproducibility and more complex environments such as those that may require compiling cuda kernels

Had a similar problem with bitsandbytes it installed as a non GPU package, i solved this by including in the decorated @spaces.GPU function a python sub process to reinstall bitsandbytes, i don't know if it will work for you

ZeroGPU Explorers org

Hey @kimou605 Could you please show us the details here? Thank you

Sign up or log in to comment