nerfstudio-project / nerfacc

A General NeRF Acceleration Toolbox in PyTorch.
https://www.nerfacc.com/
Other
1.37k stars 113 forks source link

NerfAcc: No CUDA toolkit found. NerfAcc will be disabled. #258

Open parth29-vc opened 9 months ago

parth29-vc commented 9 months ago

I am working on NeRF creation. When I deploy the application in EC2 with below configuration with Systemd Service file it is not recognising CUDA toolkit. Without service file it is working perfect. I want to know how this can be happened ? Is there any environment related issue ?

System: Ubuntu Server 22.04 Cuda: 11.8 Nvidia Drivers: 525.X

image