sdfx icon indicating copy to clipboard operation
sdfx copied to clipboard

Any docker support?

Open Reekomer opened this issue 9 months ago • 7 comments

Hi there,

I have been trying to run the project in a docker container. I managed to have this screen : image

However, the following errors are preventing me from building anything: [17682:0502/172139.743047:ERROR:gl_surface_egl.cc(321)] No suitable EGL configs found. [17682:0502/172139.743307:ERROR:gl_context_egl.cc(140)] eglGetConfigAttrib failed with error EGL_BAD_CONFIG [17682:0502/172139.744703:ERROR:gl_surface_egl.cc(321)] No suitable EGL configs found. [17682:0502/172139.744816:ERROR:gl_surface_egl.cc(1110)] eglCreatePbufferSurface failed with error EGL_BAD_CONFIG [17682:0502/172139.744900:ERROR:gpu_info_collector.cc(80)] gl::GLContext::CreateOffscreenGLSurface failed [17682:0502/172139.745013:ERROR:gpu_info_collector.cc(401)] Could not create surface for info collection. [17682:0502/172139.745098:ERROR:gpu_init.cc(88)] CollectGraphicsInfo failed. [17682:0502/172139.747431:ERROR:viz_main_impl.cc(186)] Exiting GPU process due to errors during initialization [17781:0502/172139.821088:ERROR:gpu_memory_buffer_support_x11.cc(49)] dri3 extension not supported. [17693:0502/172139.826036:ERROR:command_buffer_proxy_impl.cc(128)] ContextResult::kTransientFailure: Failed to send GpuControl.CreateCommandBuffer.

Any idea how I could solve it?

Reekomer avatar May 20 '24 22:05 Reekomer