canxerian
RRunPod
•Created by canxerian on 3/5/2025 in #⚡|serverless
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 (
pip install .
of my Dockerfile below), I get the error:
No CUDA runtime is found, using CUDA_HOME='/usr/local/cuda
Is the CUDA runtime available during the build stage of a docker image on runpod serverless workers?
Thanks in advance!
Dockerfile:
8 replies