Skip to content

Latest commit

 

History

History

examples

Examples

Environments

Morpheus supports multiple environments, each environment is intended to support a given use-case. Each example documents which environments it is able to run in. With the exception of the Morpheus Release Container, the examples require fetching both the datasets and examples dataset via the fetch_data.sh script:

./scripts/fetch_data.py fetch examples datasets

The following are the supported environments:

Environment Description
Conda Morpheus is built from source by the end user, and dependencies are installed via the Conda package manager.
Morpheus Docker Container A Docker container that is built from source by the end user, Morpheus is then built from source from within the container.
Morpheus Release Container Pre-built Docker container that is built from source by the Morpheus team, and is available for download from the NGC container registry, or can be built locally from source.
Dev Container A Dev Container that is built from source by the end user, Morpheus is then built from source from within the container.