I'm trying to create a dockerfile (and docker compose) with gsplat and install example requirements from the requirements.txt file in the example folder.
Given that cuda is not available durig building I set up the TORCH_CUDA_ARCH_LIST and everything works fine except for ppisp which does not enforce the varible and crashes in my setup.
I've seen that version 1.0.1 of ppisp checks for this variable and correctly works, so I was wondering if it was possible to modify the dependency in the example requirements ( there are no big differences between ppisp versions except for this check).
Let me know and thanks in advance,
Leonardo