Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 480 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 480 Bytes

OpenStudio

Container for OpenStudio along with Ruby 2.0, Bundler, build-essentials and various development libraries for gem support.

Example

Run the following command in the directory of the script to run

docker run -it --rm nrel/openstudio bundle && ruby <name-of-script.rb>
<or>
docker run -it --rm nrel/openstudio bundle && rake <name-of-task>

Known Issues

Please submit issues on the projects Github page.