Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
golanha opened this issue Feb 18, 2024 · 1 comment
Closed

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

golanha opened this issue Feb 18, 2024 · 1 comment
Assignees

Comments

@golanha
Copy link
Member

golanha commented Feb 18, 2024

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
Copy link
Contributor

RonShvarz commented Feb 19, 2024

  • Add sync start to support turning existing algorithms to dev mode
  • Add stop to remove devmode
  • Add E2E tests
  • Fix message at end of "sync start" to use placeholder <localAlgoFolder>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants