Hey there,
I'm trying to use bookshelf, but I have run into a blocking issue. Using docker the webserver starts just fine, but whenever I try to pass it an image to analyse I get the following error:
ImportError: libGL.so.1: cannot open shared object file: No such file or directory
I am not familiar with docker at all so I don't really know whether there is something wrong with the project's docker configuration or with my own system. For reference, I'm running an Ubuntu 20.04 box.