Skip to content

xehoth/mitsuba-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mitsuba-docker

CI

Dockerfile for mitsuba renderer 0.6.
Build with ubuntu:latest (ubuntu 20.04).

From Docker Hub

You can directly use the image published on docker hub

docker pull xehoth/mitsuba

Build

docker build -t your_image_name .

Run with WSLg

You can forward X11 to suppuort mtsgui.

docker run -it --name "mitsuba" --network host --gpus=all -v /tmp/.X11-unix/:/tmp/.X11-unix -e DISPLAY xehoth/mitsuba /bin/bash

About

Dockerfile for mitsuba renderer 0.6

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published