Updates:
- [x] Add Recommenders for [LightGCN](https://github.com/beta-team/beta-recsys/blob/master/beta_rec/recommenders/lightgcn.py), [NGCF](https://github.com/beta-team/beta-recsys/blob/master/beta_rec/recommenders/ngcf.py), [NCF](https://github.com/beta-team/beta-recsys/blob/master/beta_rec/recommenders/ncf.py), [Triple2vec](https://github.com/beta-team/beta-recsys/blob/master/beta_rec/recommenders/triple2vec.py), [VBCAR](https://github.com/beta-team/beta-recsys/blob/master/beta_rec/recommenders/vbcar.py)
- [x] Add Dockerfile at root for auto-build
- [x] Fix the cpuinfo keyword incompatibility bug