Skip to content

Commit

Permalink
Generate conda packages with output type .conda instead of .tar.bz2
Browse files Browse the repository at this point in the history
Using .conda format can improve download and extract times.

Signed-off-by: Anuradha Karuppiah <anuradhak@nvidia.com>
  • Loading branch information
AnuradhaKaruppiah committed Oct 2, 2024
1 parent cf957c3 commit 6827b51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/conda/recipes/morpheus-libs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ source:
outputs:
############################### morpheus-core #############################
- name: morpheus-core
type: conda_v2
build:
number: {{ GIT_DESCRIBE_NUMBER }}
string: cuda_{{ cuda_compiler_version }}_py{{ python }}_{{ GIT_DESCRIBE_HASH }}_{{ GIT_DESCRIBE_NUMBER }}
Expand Down Expand Up @@ -131,6 +132,7 @@ outputs:

############################### morpheus-dfp #############################
- name: morpheus-dfp
type: conda_v2
build:
number: {{ GIT_DESCRIBE_NUMBER }}
string: cuda_{{ cuda_compiler_version }}_py{{ python }}_{{ GIT_DESCRIBE_HASH }}_{{ GIT_DESCRIBE_NUMBER }}
Expand Down Expand Up @@ -160,6 +162,7 @@ outputs:

############################### morpheus-llm #############################
- name: morpheus-llm
type: conda_v2
build:
number: {{ GIT_DESCRIBE_NUMBER }}
string: cuda_{{ cuda_compiler_version }}_py{{ python }}_{{ GIT_DESCRIBE_HASH }}_{{ GIT_DESCRIBE_NUMBER }}
Expand Down

0 comments on commit 6827b51

Please sign in to comment.