How to add pip command parameter in gradio space

Solved, I changed the space configuration from gradio space to docker space and config pip command to use --no-build-isolation.

I didn’t know before that you can change the space type just by changing Readme file.