kube-HPC / hkube

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

Have the sync algorithm feature use a configurable mount directory. #1887

Closed golanha closed 4 months ago

golanha commented 5 months ago

Currently when running an algorithm with value dev in options mode attribute, folder algorithm_unique_folder is mounted. For customers who buid their algorithm docker bythemselves, and put their code in a different folder, we'd like to have the mounted foder be configurable in the algorithm definition.

options:{ "devMode": true, "devFolder": "/home/myuser/myalgosourcecode" }

RonShvarz commented 5 months ago