Dockerfile insufficient for running acorn
The current Dockerfile does not install sufficient packages for running acorn out of the box. You should be able to run your Docker image and then run acorn
without additional installation. This may be as simple as adding pip install -r requirements.txt
to the Dockerfile.