-
Notifications
You must be signed in to change notification settings - Fork 54
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
Added upload-from-url to catalog service #259
Added upload-from-url to catalog service #259
Conversation
@ckadner please review |
Resolves machine-learning-exchange#236 Signed-off-by: JAulet <[email protected]>
6e6b466
to
5912178
Compare
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.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ckadner, JAulet The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* Since we have /catalog/upload_from_url API now (machine-learning-exchange#259), we no longer need to keep a copy of the catalog_upload.json file under quickstart * Since all assets get published and featured automatically with catalog upload (machine-learning-exchange#256), there is no longer a need for the init_catalog.sh script either * Since the MLX API also creates the Pipelines table (3c10fda) we no longer need to mount the init_db.sql to the mysql service * Since the Docker Compose File v3+ spec no longer supports condition as an option of depends_on we no longer need the healthcheck on services, but instead have to use simple while-wait-loops in the commands of downstream services Related machine-learning-exchange#256 Related machine-learning-exchange#259 Related 3c10fda Related https://forums.docker.com/t/depends-on-version-3/29463 Signed-off-by: Christian Kadner <[email protected]>
* Since we have /catalog/upload_from_url API now (#259), we no longer need to keep a copy of the catalog_upload.json file under quickstart * Since all assets get published and featured automatically with catalog upload (#256), there is no longer a need for the init_catalog.sh script either * Since the MLX API also creates the Pipelines table (3c10fda) we no longer need to mount the init_db.sql to the mysql service * Since the Docker Compose File v3+ spec no longer supports condition as an option of depends_on we no longer need the healthcheck on services, but instead have to use simple while-wait-loops in the commands of downstream services Related #256 Related #259 Related 3c10fda Related https://forums.docker.com/t/depends-on-version-3/29463 Signed-off-by: Christian Kadner <[email protected]>
Resolves #236
Signed-off-by: JAulet [email protected]