There are two ways to run this example:
pip3 install -r requierments.txt
pyppeteer-install
python3 run.py
docker run germey/gerapy-pyppeteer-example
If you want to build your own docker image, please remember to set:
GERAPY_PYPPETEER_HEADLESS = True
GERAPY_PYPPETEER_NO_SANDBOX = True (default is True)
In your settings.py file.
Otherwise, it won't works well.