nv-morpheus / Morpheus

Morpheus SDK
Apache License 2.0
346 stars 128 forks source link

Remove the `using pre-built Docker containers` section from Quickstart guide #1763

Closed yczhang-nv closed 3 months ago

yczhang-nv commented 3 months ago

Description

Removing the using pre-built Docker containers section from Quickstart guide.

Currently the pre-built container is not able to launch a triton server inside the container, and installing docker inside docker is not preferable. However, anyone using a pre-built container only has access to the models inside the container, and they are not able to use the models on triton server that runs outside of the container. Therefore, we stop recommending pre-built container in the quickstart guide at this moment.

Closes #1507

By Submitting this PR I confirm: