This is a automatically updated GIST copied from this repository. If you have any issues, suggestions or improvements please file those to that repository! It's far easier to keep track of conversations in their own dedicated issues/PRs.
Please refer to the repositories instructions! For a quick start click the following badge:
@MasterHelix9
I don't think you need those instructions.
Below has been my solution. Taken from closed issues: donmahallem/colab_blender#1
----Rendering EEVEE headless------>
(Note: Replace CYCLES with BLENDER_EEVEE)
!apt-get install python-opengl -y
!apt install xvfb -y
!pip install pyvirtualdisplay
!pip install piglet
from pyvirtualdisplay import Display
Display().start()