You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not very much different from your in terms of environment. It is using Blender v2.82a on ubuntu:bionic base image. My problem is when I try to render a frame I get the error message: Unable to open a display
PS C:\Users\Alexis\Documents\GitHub\docker-blender> docker-compose upStarting blender ... doneAttaching to blenderblender | Blender 2.82 (sub 7) (hash 375c7dc4caf4 built 2020-03-12 05:30:40)blender | found bundled python: /usr/local/blender/2.82/pythonblender | Read blend: /media/bouncing_ball.blendblender | Unable to open a displayblender | Writing: /tmp/bouncing_ball.crash.txtblender exited with code 139
I 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:
git clone https://github.com/alexisrolland/docker-blender.gitcd docker-blenderdocker-compose builddocker-compose up
Thank you
Alexis
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: