Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 841 Bytes

File metadata and controls

9 lines (7 loc) · 841 Bytes

docker-python-opengl

Docker image for Python 3.12 (with Poetry) and OpenGL development

This repository uses the included Dockerfile to build a custom docker image that is suitable for development of Python applications with OpenGL dependencies. The built docker image is pushed to the docker hub as a public image, and is available at this link. For pulling the image use the following command:

docker pull sommys/python-opengl

The image is based on the Python 3.12 Slim image and the required minimal OpenGL dependencies are installed. Furhtermore, Poetry is also installed for virtual environment handling.