Skip to content

Commit

Permalink
Remove mmcloud plugin example (#1696)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Su <[email protected]>
  • Loading branch information
pingsutw authored Jun 11, 2024
1 parent 8502d64 commit 6a15988
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 68 deletions.
3 changes: 0 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@
"testing",
"bigquery_plugin",
"databricks_plugin",
"mmcloud_plugin",
"snowflake_plugin",
]

Expand Down Expand Up @@ -332,8 +331,6 @@
"auto_examples/kftensorflow_plugin/index.html": "https://docs.flyte.org/en/latest/flytesnacks/examples/kftensorflow_plugin/index.html",
"auto_examples/mlflow_plugin/index.html": "https://docs.flyte.org/en/latest/flytesnacks/examples/mlflow_plugin/index.html",
"auto_examples/mlflow_plugin/mlflow_example.html": "https://docs.flyte.org/en/latest/flytesnacks/examples/mlflow_plugin/mlflow_example.html",
"auto_examples/mmcloud_plugin/example.html": "https://docs.flyte.org/en/latest/flytesnacks/examples/mmcloud_integration/example.html",
"auto_examples/mmcloud_plugin/index.html": "https://docs.flyte.org/en/latest/flytesnacks/examples/mmcloud_integration/index.html",
"auto_examples/mnist_classifier/pytorch_single_node_and_gpu.html": "https://docs.flyte.org/en/latest/flytesnacks/examples/mnist_classifier/pytorch_single_node_and_gpu.html",
"auto_examples/mnist_classifier/index.html": "https://docs.flyte.org/en/latest/flytesnacks/examples/mnist_classifier/index.html",
"auto_examples/mnist_classifier/pytorch_single_node_multi_gpu.html": "https://docs.flyte.org/en/latest/flytesnacks/examples/mnist_classifier/pytorch_single_node_multi_gpu.html",
Expand Down
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ auto_examples/whylogs_plugin/index
Deprecated integrations <https://docs.flyte.org/en/latest/deprecated_integrations/index.html>
BigQuery plugin <https://docs.flyte.org/en/latest/deprecated_integrations/bigquery_plugin/index.html>
Databricks plugin <https://docs.flyte.org/en/latest/deprecated_integrations/databricks_plugin/index.html>
MMCloud plugin <https://docs.flyte.org/en/latest/deprecated_integrations/mmcloud_plugin/index.html>
Snowflake plugin <https://docs.flyte.org/en/latest/deprecated_integrations/snowflake_plugin/index.html>
```

Expand Down
27 changes: 0 additions & 27 deletions examples/mmcloud_plugin/Dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions examples/mmcloud_plugin/README.md

This file was deleted.

Empty file.
32 changes: 0 additions & 32 deletions examples/mmcloud_plugin/mmcloud_plugin/mmcloud_plugin_example.py

This file was deleted.

1 change: 0 additions & 1 deletion examples/mmcloud_plugin/requirements.in

This file was deleted.

2 changes: 1 addition & 1 deletion examples/ray_plugin/ray_plugin/ray_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
custom_image = ImageSpec(
registry="ghcr.io/flyteorg",
packages=["flytekitplugins-ray"],
# kuberay operator needs wget for readiness probe
# kuberay operator needs wget for readiness probe.
apt_packages=["wget"],
)

Expand Down

0 comments on commit 6a15988

Please sign in to comment.