-
Notifications
You must be signed in to change notification settings - Fork 21
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
Make a clean interface for jobs #939
base: main
Are you sure you want to change the base?
Conversation
749e962
to
411d8d7
Compare
@@ -173,6 +173,7 @@ services: | |||
- RAY_WORKER_GPUS_FRACTION | |||
- LUMIGATOR_API_CORS_ALLOWED_ORIGINS | |||
- MLFLOW_TRACKING_URI | |||
- PYTHONPATH=/mzai/lumigator/backend:/mzai/lumigator/jobs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like this should go into the dockerfile? This is required for the thing to work
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't like hard coding these paths into the docker file. We may need more flexibility. Let's talk about it on Monday.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there was a bad merge because there are still some changes in here that we've discussed previously
411d8d7
to
fc162ce
Compare
@njbrake yes, I'll try to go through the usual suspects (mlflow, services/jobs) |
What's changing
Work in a cleaner job/backend interface mechanism
Refs #413
How to test it
Steps to test the changes:
Additional notes for reviewers
Anything you'd like to add to help the reviewer understand the changes you're proposing.
I already...
/docs
)