## Description LibGL is not part of the base dev container, so running the parser code raises a libGL related error. The workaround is to `sudo su; apt-get install libgl1-mesa-glx`. Ideally we would package this as part of the image.
Description
LibGL is not part of the base dev container, so running the parser code raises a libGL related error.
The workaround is to
sudo su; apt-get install libgl1-mesa-glx. Ideally we would package this as part of the image.