4

Question about docker-OpenStudio

I follow the instruction from GitHub to create docker-OpenStudio. Now, OpenStudio can be opened, but when I downloaded the measures from Building Component Library (BCL), the measures could not be loaded in OpenStudio. Could someone give me some advice about how to solve this problem?

image description

Yunyang Ye's avatar
816
Yunyang Ye
asked 2017-03-01 14:42:26 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2017-03-01 16:15:47 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

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
aparker's avatar
8.2k
aparker
answered 2017-03-05 17:34:59 -0500
edit flag offensive 0 remove flag delete link

Comments

I follow your instruction to do the work, and the measures such as "Increase R-value of Insulation for Roofs to a Specific Value" work. However, "Create DOE Prototype Building" and "Create Baseline Building" still do not work. Do you think that there may be some other reasons that could cause this problem? Also, just make sure we do have the new gem installed. I got the following list on new image instance. * LOCAL GEMS * bigdecimal (1.2.0) bundler (1.13.6) io-console (0.4.2) json (1.7.7) minitest (4.3.2) openstudio-standards (0.1.11) psych (2.0.0) rake (0.9.6) rdoc (4.0.0) test-unit (2.0.0.0)

Yunyang Ye's avatar Yunyang Ye (2017-03-07 15:31:47 -0500) edit
add a comment see more comments