openscad / docker-openscad

OpenSCAD-related docker files
BSD 2-Clause "Simplified" License
10 stars 10 forks source link

Add opengl images #6

Closed spuder closed 2 years ago

spuder commented 2 years ago

I'm attempting to troubleshoot a problem where openscad crashes but only when running in docker. It seems to be related to opengl.

To troubleshoot, I built images based on nvidia/opengl docker container.

While the bug is still present in the nvidia/opengl so these containers weren't necessary, I'm sharing this dockerfile in case it is useful to anyone else.

t-paul commented 2 years ago

As the images don't help with the issue, I tend to think it's better sharing those separately. Increasing the list of things to maintain in the official repository does not scale well if it's just me.

spuder commented 2 years ago

Agreed. Thy are public now in this PR so someone can find them later if needed.