You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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"
}
The text was updated successfully, but these errors were encountered: