No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda
Hey everyone 
I'm trying to use Runpod serverless to run the https://github.com/nerfstudio-project/gsplat/ gaussian-splatting implementation. However, when building the project from source (
Is the CUDA runtime available during the build stage of a docker image on runpod serverless workers?
Thanks in advance!
Dockerfile:
I'm trying to use Runpod serverless to run the https://github.com/nerfstudio-project/gsplat/ gaussian-splatting implementation. However, when building the project from source (
pip install . of my Dockerfile below), I get the error:No CUDA runtime is found, using CUDA_HOME='/usr/local/cudaIs the CUDA runtime available during the build stage of a docker image on runpod serverless workers?
Thanks in advance!
Dockerfile:
GitHub
CUDA accelerated rasterization of gaussian splatting - nerfstudio-project/gsplat