Skip to content

Commit

Permalink
Set conda package version to 24.10.00 instead of 24.10.00a
Browse files Browse the repository at this point in the history
Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
  • Loading branch information
AnuradhaKaruppiah committed Oct 30, 2024
1 parent 0e4d31b commit 705fa80
Showing 1 changed file with 3 additions and 3 deletions.
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.00a
conda install -c nvidia morpheus-core=24.10.00
```
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.00a
conda install -c nvidia morpheus-dfp=24.10.00
```
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.00a
conda install -c nvidia morpheus-llm=24.10.00
```
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

0 comments on commit 705fa80

Please sign in to comment.