diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index b42e171d7..000000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "examples/deployment/bentoml/BentoBurr"] - path = examples/deployment/bentoml/BentoBurr - url = https://github.com/bentoml/BentoBurr diff --git a/docs/examples/deployment/infrastructure.rst b/docs/examples/deployment/infrastructure.rst index 9c77c8be1..907552b4f 100644 --- a/docs/examples/deployment/infrastructure.rst +++ b/docs/examples/deployment/infrastructure.rst @@ -25,11 +25,3 @@ Burr is not opinionated about the method of deployment/cloud one uses. Any metho (AWS, vercel, etc...). Note we aim to have more examples here -- see `this issue `_ to track! - `Deploying Burr in an AWS lambda function `_ -- `Deploying Burr using BentoML `_ - - -Using BentoML -------------- -`BentoML `_ is a specialized tool to package, deploy, and manage AI services. -For example, it allows you to create a REST API for your Burr application with minimal effort. -See the `Burr + BentoML example `_ for more information. diff --git a/docs/examples/deployment/web-server.rst b/docs/examples/deployment/web-server.rst index 5ea0f4108..0987faddd 100644 --- a/docs/examples/deployment/web-server.rst +++ b/docs/examples/deployment/web-server.rst @@ -32,7 +32,6 @@ To run Burr in a FastAPI server, see the following examples: - `Use typed state with Pydantic + FastAPI `_ - `Burr + FastAPI + docker `_ by `Matthew Rideout `_. This contains a sample web server API + UI + tracking server all bundled in one! - `Docker compose + nginx proxy `_ by `Aditha Kaushik `_ for the email assistant example, demonstrates running the docker image with the tracking server. -- `BentoML + Burr `_ for deploying Burr with BentoML as a web-service. Connecting to a database ------------------------ diff --git a/examples/deployment/bentoml/BentoBurr b/examples/deployment/bentoml/BentoBurr deleted file mode 160000 index 84985031a..000000000 --- a/examples/deployment/bentoml/BentoBurr +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 84985031abee6a4eb076a40554a5ae8dc7d1e7d8