With CoSMo Studio installed and csm available in your path, you can build the project with the commands:
csm clean
csm flow --docker
Once the docker image is built, you can use it to list the available simulations with:
csm docker run --rm brewery_simulator -- -l
and run a local simulation (using the predefined tutorial data) with:
csm docker run --rm brewery_simulator -- -i BreweryTutorialSimulation
Install dependencies and run
pip install -r code/requirements.txt
csm-orc run code/run_templates/minimal/run.json
Publish a new simulator image to both registries used by Sphinx:
az login
az acr login -n acrwarpwaadxdevdlrivo
csm docker release --tag x.y.z --registry acrwarpwaadxdevdlrivo.azurecr.io/
az acr login -n acrsphinxd38ygr
csm docker release --tag x.y.z --registry acrsphinxd38ygr.azurecr.io/