Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to create an openstudio python bindings docker file?

My goal is to create a docker file (apologies if this is the incorrect terminology) that will allow me to run an instance OpenStudio (just the command line for now) ( version >= 2.7) with python bindings.

My reasons for this include that I want to be able to 1) write measures in python, and generally interact with .osm and .idf files using python, 2) easily set up my colleagues to run the same environment/measures/workflows 3) do this from windows 10 machines 4) replicate the same environment on a linux server.

Any comments, answers or assistance would be greatly appreciated and I'll happily share a docker file once it is working nicely.

My research of the solution has so far found