Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed Changes:
/catalog/upload_from_url
API now (Added upload-from-url to catalog service #259), we no longer need to keep a copy of thecatalog_upload.json
file underquickstart
published
andfeatured
automatically with catalog upload (Feature all assets from catalog upload #256), there is no longer a need for theinit_catalog.sh
script eitherinit_db.sql
to themysql
servicedepends_on
we no longer need thehealthcheck
on services, but instead have to use simple while-sleep-loops in the commands of downstream servicesAnother benefit of this change is, that first time users no longer have to clone the
machine-learning-exchange/mlx
Github repo in order to run the Quickstart:These two lines are sufficient:
Related Issues:
FYI @girigsrini -- these are the changes under
quickstart
after you rework your PR #262 to address the changes underbootstrapper