kip-deploy is a docker image for deployment of the recommenders developed within the python package kiprec.
To install use following commands:
docker build -t kip .
To run build docker image use:
docker run -d -name kip -p 8080:80 kip
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.