To use the repo locally you should install the requirements.txt into a virtual environment using:
pip install -r requirements.txtTo start the docker and run it locally:
docker-compose build
docker-compose upAnd it will build automatically the docker-compose.yml file. Airflow will be available at http://localhost:8081 after building