A ready to run mitsuba2 docker image with installed:
- Optix 7
- CUDA 10.2
- Conda
- Jupyter Lab
- Mitsuba2
Enabled variants:
- scalar_rgb
- scalar_spectral
- gpu_autodiff_spectral
- gpu_autodiff_rgb
- gpu_autodiff_mono
Run it on any vast.ai, paperspace or other gpu instance.
- Visit vast.ai create an account and upload your ssh keys
- Choose a sufficient machine (CUDA >10.2, more memory the better)
- Create with the image
bonsaielectric/mitsuba2-docker:pathreparam-optix7
- Connect
ssh -p <PORT> <USER>@<HOST> -L 8080:localhost:8080
- Lunch
jupyter lab --ip 0.0.0.0 --allow-root --port 8080
Please bear in mind bonsaielectric/mitsuba2-docker:pathreparam-optix7
might be out of date, but you should be able to use this dockerfile to build one for your use.