Cookiecutter template for tanbih pipeline worker
Install the latest Cookiecutter if you haven't installed it yet:
pip install -U cookiecutter
Generate a your tanbih worker:
cookiecutter https://github.com/yifan/cookiecutter-tanbih-worker.git
The generated project uses By default, the generated file will include an version.py, Makefile, Dockerfile, and a .gitlab-ci.yml default files genearted are
- ```
- ├── Dockerfile ├── Makefile ├── README.md ├── requirements.txt ├── tanbihworker.py ├── test_tanbihworker.py └── version.py
Tanbih pipeline project by default includes GitLab CI/CI
Currently Python 3.9 is not supported
Yifan Zhang (yzhang@hbku.edu.qa)
Copyright (C) 2020, Qatar Computing Research Institute