Skip to content

Commit

Permalink
Rename morpheus_quickstart_guide to cloud_deployment_guide (nv-morphe…
Browse files Browse the repository at this point in the history
…us#526)

closes nv-morpheus#520

Authors:
  - Christopher Harris (https://github.com/cwharris)

Approvers:
  - David Gardner (https://github.com/dagardner-nv)
  - Devin Robison (https://github.com/drobison00)

URL: nv-morpheus#526
  • Loading branch information
cwharris authored Dec 9, 2022
1 parent 1fec0a5 commit 9f103e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Refer to :doc:`basics/overview` for more information on using the CLI.
:maxdepth: 20
:hidden:

morpheus_quickstart_guide
cloud_deployment_guide

.. toctree::
:caption: Basic Usage via CLI
Expand Down
4 changes: 2 additions & 2 deletions examples/digital_fingerprinting/production/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,11 @@ The Morpheus project also maintains Helm charts and container images for Kuberne
### MLflow Helm chart
MLflow for this production digital fingerprint use case can be installed from NGC using these same instructions for the [MLflow Triton Plugin from the Morpheus Quick Start Guide](../../../docs/source/morpheus_quickstart_guide.md#install-morpheus-mlflow-triton-plugin). The chart and image can be used for both the Triton plugin and also MLflow server.
MLflow for this production digital fingerprint use case can be installed from NGC using these same instructions for the [MLflow Triton Plugin from the Morpheus Quick Start Guide](../../../docs/source/cloud_deployment_guide.md#install-morpheus-mlflow-triton-plugin). The chart and image can be used for both the Triton plugin and also MLflow server.
### Production DFP Helm chart
The deployment of the [Morpheus SDK Client](../../../docs/source/morpheus_quickstart_guide.md#install-morpheus-sdk-client) is also done _almost_ the same way as what's specified in the Quick Start Guide. However, you would specify command arguments differently for this production DFP use case.
The deployment of the [Morpheus SDK Client](../../../docs/source/cloud_deployment_guide.md#install-morpheus-sdk-client) is also done _almost_ the same way as what's specified in the Quick Start Guide. However, you would specify command arguments differently for this production DFP use case.
NOTE: The published SDK image includes a minimal set of packages for launching JupyterLab but you will likely still want to update the conda environment inside the running pod with the `conda_env.yml` file in this same directory to install other use case dependencies such as boto3 and s3fs.
Expand Down

0 comments on commit 9f103e2

Please sign in to comment.