#!/bin/bash # Use this to run the microservice without any docker setup. source .venv/bin/activate streamlit run main.py & deactivate # All done: echo "Done!" exit 0