-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Hi,
I am running nvisii in a docker and as suggested I have copied all the nvidia driver files to my docker using the below commands
mkdir nvidia
cd nvidia/
cp /usr/lib/x86_64-linux-gnu/libnvoptix.so.1 .
cp /usr/lib/x86_64-linux-gnu/*nvidia* .
although when running python 01.simple_scene.py I get the following error
python 01.simple_scene.py
Found 1 GPUs available for rendering.
[ 2][ DENOISER]: Unable to load denoiser weights
Optix call (optixDenoiserSetModel(OptixData.denoiser, kind, nullptr, 0)) failed with code 7990 (line 1887)
Aborted (core dumped)
I am using rtx2080ti with Driver Version: 535.216.03 and Cuda compilation tools, release 12.1, V12.1.105
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels