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

Update bootstrapper with Katalog assets links #20

Conversation

ckadner
Copy link
Member

@ckadner ckadner commented May 6, 2021

Description of Changes:

Updated the bootstrapper after merging PR #19

How were the changes tested:

Tested HTTP status of each YAML url:

$ grep -o -h -E "http.*yaml" bootstrapper/catalog_upload.json | \
  while read url; do \
    curl -s -o /dev/null -w "%{http_code}" $url; echo ": ${url}"; \
  done
200: https://raw.githubusercontent.com/kubeflow/pipelines/master/components/ibm-components/spark/train_spark/component.yaml
200: https://raw.githubusercontent.com/kubeflow/pipelines/master/components/ibm-components/ffdl/serve/component.yaml
200: https://raw.githubusercontent.com/kubeflow/pipelines/master/components/ibm-components/watson/deploy/component.yaml
200: https://raw.githubusercontent.com/machine-learning-exchange/katalog/main/component-samples/echo/echo.yaml
200: https://raw.githubusercontent.com/machine-learning-exchange/katalog/main/component-samples/metrics/robustness_checker/component.yaml
200: https://raw.githubusercontent.com/machine-learning-exchange/katalog/main/component-samples/metrics/bias_detector/component.yaml
200: https://raw.githubusercontent.com/machine-learning-exchange/katalog/main/component-samples/kubernetes/kube_deployment/component.yaml
200: https://raw.githubusercontent.com/kubeflow/pipelines/master/components/kubeflow/kfserving/component.yaml
200: https://raw.githubusercontent.com/kubeflow/pipelines/master/components/ibm-components/watson/manage/subscribe/component.yaml
200: https://raw.githubusercontent.com/kubeflow/pipelines/master/components/ibm-components/watson/store/component.yaml
200: https://raw.githubusercontent.com/machine-learning-exchange/katalog/main/component-samples/jupyter/component.yaml
200: https://raw.githubusercontent.com/machine-learning-exchange/katalog/main/component-samples/dax-to-dlf/component.yaml
200: https://raw.githubusercontent.com/machine-learning-exchange/katalog/main/component-samples/dlf/component.yaml
200: https://raw.githubusercontent.com/machine-learning-exchange/katalog/main/dataset-samples/thematic_clustering.yaml
200: https://raw.githubusercontent.com/machine-learning-exchange/katalog/main/dataset-samples/fpb.yaml
200: https://raw.githubusercontent.com/machine-learning-exchange/katalog/main/dataset-samples/gmb.yaml
200: https://raw.githubusercontent.com/machine-learning-exchange/katalog/main/dataset-samples/jfk.yaml
200: https://raw.githubusercontent.com/machine-learning-exchange/katalog/main/dataset-samples/publaynet.yaml
200: https://raw.githubusercontent.com/machine-learning-exchange/katalog/main/dataset-samples/pubtabnet.yaml
200: https://raw.githubusercontent.com/machine-learning-exchange/katalog/main/dataset-samples/tsc.yaml
200: https://raw.githubusercontent.com/machine-learning-exchange/katalog/main/model-samples/max-human-pose-estimator.yaml
200: https://github.com/machine-learning-exchange/katalog/blob/main/model-samples/max-image-resolution-enhancer.yaml
200: https://raw.githubusercontent.com/machine-learning-exchange/katalog/main/model-samples/max-ocr.yaml
200: https://raw.githubusercontent.com/machine-learning-exchange/katalog/main/model-samples/max-image-caption-generator.yaml
200: https://raw.githubusercontent.com/machine-learning-exchange/katalog/main/model-samples/max-toxic-comment-classifier.yaml
200: https://raw.githubusercontent.com/machine-learning-exchange/katalog/main/model-samples/max-question-answering.yaml
200: https://raw.githubusercontent.com/machine-learning-exchange/katalog/main/model-samples/max-recommender.yaml

@ckadner ckadner requested a review from Tomcli May 6, 2021 01:28
@ckadner ckadner self-assigned this May 6, 2021
@ckadner
Copy link
Member Author

ckadner commented May 6, 2021

@Tomcli

@Tomcli
Copy link
Member

Tomcli commented May 6, 2021

/lgtm

we will revisit it again after refactor the katalog repo.

@Tomcli Tomcli merged commit 15ab21b into machine-learning-exchange:main May 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants