$ docker compose build
$ docker compose up -d
$ docker compose down
$ docker exec -it algorithms bash
# Run following command and debug using Python Debugger in vscode
$ poetry run python -Xfrozen_modules=off -m debugpy --listen 0.0.0.0:5678 --wait-for-client xxxx.py