First time here? Check out the Help page!
1 | initial version |
This docker container installs OpenStudio, but doesn't install the openstudio-standards Ruby gem which these particular measures need in order to run.
I believe you could modify the dockerfile to install openstudio-standards by adding something like this:
RUN ~/.rbenv/shims/gem install openstudio-standards