Skip to content

Commit

Permalink
Only track major.minor versions for the morpheus conda packages
Browse files Browse the repository at this point in the history
Signed-off-by: Anuradha Karuppiah <[email protected]>
  • Loading branch information
AnuradhaKaruppiah committed Oct 30, 2024
1 parent e09977e commit a154ac5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ dependencies:
common:
- output_types: [conda]
packages:
- morpheus-dfp=24.10.00
- morpheus-dfp=24.10
- tini=0.19
- pip:
- --extra-index-url https://download.pytorch.org/whl/cu124
Expand Down
6 changes: 3 additions & 3 deletions docs/source/conda_packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ conda config --env --add channels conda-forge &&\

### Install the `morpheus-core` Library
```bash
conda install -c nvidia morpheus-core=24.10.00
conda install -c nvidia morpheus-core=24.10
```
The `morpheus-core` Conda package installs the `morpheus` Python package. It also pulls down all the necessary Conda runtime dependencies for the core stages including [`mrc`](https://anaconda.org/nvidia/mrc) and [`libmrc`](https://anaconda.org/nvidia/libmrc).

Expand Down Expand Up @@ -80,7 +80,7 @@ conda config --env --add channels conda-forge &&\

### Install the `morpheus-dfp` Library
```bash
conda install -c nvidia morpheus-dfp=24.10.00
conda install -c nvidia morpheus-dfp=24.10
```
The `morpheus-dfp` Conda package installs the `morpheus_dfp` Python package. It also pulls down all the necessary Conda runtime dependencies including [`morpheus-core`](https://anaconda.org/nvidia/morpheus-core).
### Install Additional PyPI dependencies
Expand Down Expand Up @@ -112,7 +112,7 @@ conda config --env --add channels conda-forge &&\

### Install the `morpheus-llm` Library
```bash
conda install -c nvidia morpheus-llm=24.10.00
conda install -c nvidia morpheus-llm=24.10
```
The `morpheus-llm` Conda package installs the `morpheus_llm` python package. It also pulls down all the necessary Conda packages including [`morpheus-core`](https://anaconda.org/nvidia/morpheus-core).

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ channels:
dependencies:
- boto3
- kfp
- morpheus-dfp=24.10.00
- morpheus-dfp=24.10
- nodejs=18.*
- papermill=2.4.0
- pip
Expand Down

0 comments on commit a154ac5

Please sign in to comment.