Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.45 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.45 KB

Source Code for OSS Packages in the NVIDIA Morpheus Docker container

This repository contains the source code for OSS packages which are included in the NVIDIA Morpheus Docker image. This repository does not include packages which were already present in the base nvidia/cuda image.

Branches in this repository correspond to the versions of the OSS packages used by NVIDIA Morpheus, ex: branch-24.10 corresponds to version 24.10 of Morpheus and branch-25.02 will correspond with version 25.02 of Morpheus.

The source code is organized in the following directory structure:

third_party/
├── package_name
│   ├── package_version
│   │   ├── package_source_code

Source code provided for each package is provided without any modifications.