Works with python 3.8. Create new env with mangager of your choice. Mine is conda:
conda create --name zhs python=3.8
pip install -r requirements.txt
git clone <repo>
cd <repoPath>
docker build -t zhs-checker .
docker run -v $PWD:/etc/zhs zhs-checker