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

Remove need to setup job and environment #5

Open
zblz opened this issue May 17, 2019 · 0 comments
Open

Remove need to setup job and environment #5

zblz opened this issue May 17, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@zblz
Copy link
Member

zblz commented May 17, 2019

It would be great if faculty-distributed handled all platform requirements. A way to achieve this could be to create a Job when FacultyJobExecutor.map is called. The command of the job could also install faculty_distributed to avoid the need for a server environment: pip install -U git+ssh://[email protected]/facultyai/faculty-distributed.git && faculty_distributed_job $path $worker_id with the appropriate parameters. Resource requests and optional additional server environment IDs could be passed as constructor arguments.

Optionally, the job could deleted as part of the cleanup function.

@zblz zblz added the enhancement New feature or request label May 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant