Skip to content

Commit

Permalink
Remove conflicting condarc file from base image
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Oct 5, 2023
1 parent d39a17f commit 865b0e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/scripts/github/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ function update_conda_env() {

if [[ "${SKIP_CONDA_ENV_UPDATE}" == "" ]]; then
rapids-logger "Checking for updates to conda env"

# Remove default/conflicting channels from base image
rm /opt/conda/.condarc

# Update the packages
rapids-mamba-retry env update -n morpheus --prune -q --file ${ENV_YAML}
fi
Expand Down

0 comments on commit 865b0e3

Please sign in to comment.