FireDynamics / propti

PROPTI is an interface tool that couples simulation models with algorithms to solve the inverse problem of material parameter estimation in a modular way. It is designed with flexibility in mind and can communicate with arbitrary algorithm libraries and simulation models. Furthermore, it provides basic means of pre- and post-processing.
MIT License
15 stars 125 forks source link

Docker files to version tags #114

Open TristanHehnen opened 4 months ago

TristanHehnen commented 4 months ago

Question was if we want to hook up the automatic creation of docker files to the PROPTI version tags. For now @rweisse proposed to use specific changes (e.g. docker files or python files changed) to the master branch to trigger building new docker files.

We ( @lu-kas ) should think about this. I believe it makes sense to keep the master branch clean and use version tags such that the docker files are using the (hopefully) stable PROPTI version.

This is related to PR #113