I am trying out the Iron PDF library, but keep getting an error "FATAL:gpu_data_manager_impl_private.cc(417)] GPU process isn't usable. Goodbye." when trying to run inside a RHEL8 container. Per the documentation, I have disabled GPU with the below command, however I still hit this exception as soon as I try a to RenderHtmlAsPdf. Any ideas on what I can look at?
I am trying out the Iron PDF library, but keep getting an error "FATAL:gpu_data_manager_impl_private.cc(417)] GPU process isn't usable. Goodbye." when trying to run inside a RHEL8 container. Per the documentation, I have disabled GPU with the below command, however I still hit this exception as soon as I try a to RenderHtmlAsPdf. Any ideas on what I can look at?
IronPdf.Installation.ChromeGpuMode = IronPdf.Engines.Chrome.ChromeGpuModes.Disabled;