kube-HPC / hkube

🐟 High Performance Computing over Kubernetes - Core Repo 🎣
http://hkube.io
MIT License
304 stars 20 forks source link

Python dependencies install methods #1080

Closed yehiyam closed 3 years ago

yehiyam commented 3 years ago

Is your feature request related to a problem? Please describe. Python does not have a standard install method. Hkube should allow having a list of steps to add in the build.

Describe the solution you'd like Allow the user to specify an install script for the dependencies The default should be pip install -r requirements.txt.

yehiyam commented 3 years ago

Implements (1) from #973

tamir321 commented 3 years ago

tested on systemVersion: "v2.0.144", fullSystemVersion: "v2.0.144-1619523785029",

tested added to algorithmBuild file it('dependency installed from sh file'