Open alexisrolland opened 4 years ago
Hi. I don't know. I never used this image with an Eevee renderer (always Cycles). I but i did manage to render frames with Cycles using a GPU instance in the past. I just don't know enough about how Eevee works to see if it would work.
I am currently tryin to implement the solution described here in the Docker container. I am pasting the links here for reference:
Hello Isaac and thank you for making this Dockerfile!
I've worked on a slightly different version for my own comfort and it is available here: https://github.com/alexisrolland/docker-blender
It is not very much different from your in terms of environment. It is using Blender
v2.82a
onubuntu:bionic
base image. My problem is when I try to render a frame I get the error message: Unable to open a displayI have read online that Eevee does not allow for headless rendering. There's a bunch of solutions out there which I will test but they are not in the context of Docker so I was curious to know if you had faced and solved this issue?
Here is a set of commands if you wish to reproduce:
Thank you Alexis