From 0632ced99e81c2badb7d160a400e66bd30543fc9 Mon Sep 17 00:00:00 2001 From: David Blum Date: Mon, 19 Aug 2019 09:34:24 -0400 Subject: [PATCH] Change to ibpsa modelica master. --- testing/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/Dockerfile b/testing/Dockerfile index cc0d45d09..512076104 100644 --- a/testing/Dockerfile +++ b/testing/Dockerfile @@ -14,7 +14,7 @@ WORKDIR $HOME RUN git clone https://github.com/ibpsa/modelica-ibpsa.git $HOME/git/ibpsa/modelica-ibpsa && \ git clone https://github.com/lbl-srg/modelica-buildings.git $HOME/git/buildings/modelica-buildings && \ - cd $HOME/git/ibpsa/modelica-ibpsa && git checkout 9e1f57c && \ + cd $HOME/git/ibpsa/modelica-ibpsa && \ cd $HOME/git/buildings/modelica-buildings && git checkout 1a6d3a768cf43f43b4e434997653734f85f722d8 RUN python -m pip install --user pandas==0.22.0 requests