Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Mitsuba Docker

This builds the CUDA version of Mitsuba 3 inside docker.

First, install Docker and the NVIDIA Container Toolkit.

Then, build the image and run

docker build -t mitsuba3 .
docker build -t mitsuba3-dev dev/ # Optionally
docker run -it --runtime=nvidia \
    --gpus all \
    -e NVIDIA_DRIVER_CAPABILITIES=graphics,compute,utility \
    --name mitsuba3 \
    mitsuba3

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages