diff --git a/geojson_modelica_translator/modelica/modelica_runner.py b/geojson_modelica_translator/modelica/modelica_runner.py index f25a5d004..42bf871a0 100644 --- a/geojson_modelica_translator/modelica/modelica_runner.py +++ b/geojson_modelica_translator/modelica/modelica_runner.py @@ -151,7 +151,7 @@ def _subprocess_call_to_docker(self, run_path: Union[str, Path], action: str) -> os.chdir(run_path) stdout_log = open('stdout.log', 'w') model_name = os.path.split(str(run_path))[-1] - image_name = 'nrel/gmt-om-runner' + image_name = 'nrel/gmt-om-runner:v1.22.1' mo_script = 'compile_fmu' if action == 'compile' else 'simulate' try: # create the command to call the open modelica compiler inside the docker image