Clone the repository and navigate to the project directory:
git clone [email protected]:Cosmo-Tech/BuildMyCalculator.git
cd BuildMyCalculatorInstallation Babylon CLI
python3 -m venv ~/.babylonenv
~/.babylonenv/bin/pip install git+https://github.com/Cosmo-Tech/[email protected]
echo 'alias babylon="~/.babylonenv/bin/babylon"' >> ~/.bashrc
source ~/.bashrcAfter adding a new RunTemplate or modifying an existing one, you need to rebuild the Docker image and apply the changes with Babylon.
babylon namespace use -c tenant-bmc -t tenant-bmcbabylon apply project/Build the Docker image with a new tag (e.g., 0.1.0-dev):
docker login aks-bmc.azure.platform.cosmotech.com -u tenant-bmc -p <harbor_password>
docker build -t aks-bmc.azure.platform.cosmotech.com/tenant-bmc/simulator:0.1.0-dev .
docker push aks-bmc.azure.platform.cosmotech.com/tenant-bmc/simulator:0.1.0-dev