Mitsuba on musl / Alpine #212
Replies: 2 comments
-
Hi @isolin ! My current understanding is that the NVidia drivers are linked against I don't think this is a priority for us. But, if someone were to look into this and could make an assessment of how much code would need to change, I'd be happy to help. |
Beta Was this translation helpful? Give feedback.
-
Hi njroussel! I see, sounds like a lot of pain. In fact I would be fine with the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! Would it please be possible to provide a python wheel for
musl
distros like Alpine Linux? That would be awesome since the corresponding docker containers would shrink quite a lot :) Currentlypip
tells there is no matching distribution of Mitsuba.Here is a simple Dockerfile to demonstrate
or just run
docker pull python:3.10-alpine docker run -it python:3.10-alpine sh # and inside the container pip install mitsuba
Beta Was this translation helpful? Give feedback.
All reactions