LillyMol Public Code
If you are currently working on centos:7 maybe you can run it without docker. But you need to install the dependencies in the Dockerfile.
Just build with command docker build --rm -t lillymol .
Run the container with command docker run -it --rm -w /app/test/ lillymol ./run_all_test.sh
to test the installation.