nv-morpheus / Morpheus

Morpheus SDK
Apache License 2.0
333 stars 124 forks source link

Use conda env create --yes instead of --force #1636

Closed efajardo-nv closed 4 months ago

efajardo-nv commented 4 months ago

Description

conda dropped support for the --force flag to conda env create. This changes that flag name to --yes. See https://github.com/conda/conda/blob/main/CHANGELOG.md#2430-2024-03-12 and https://github.com/rapidsai/miniforge-cuda/pull/63 for more info.

By Submitting this PR I confirm:

efajardo-nv commented 4 months ago

/merge