From 35c28be7fd60c10c428cded12eb48112d7a2f4f2 Mon Sep 17 00:00:00 2001 From: Christopher Harris Date: Wed, 2 Oct 2024 17:10:39 +0000 Subject: [PATCH] update CI image --- .github/workflows/pr.yaml | 4 ++-- ci/scripts/run_ci_local.sh | 2 +- external/utilities | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index c21e54573..6f36c3754 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -89,9 +89,9 @@ jobs: # Update conda package only for non PR branches. Use 'main' for main branch and 'dev' for all other branches conda_upload_label: ${{ !fromJSON(needs.prepare.outputs.is_pr) && (fromJSON(needs.prepare.outputs.is_main_branch) && 'main' || 'dev') || '' }} # Build container - container: nvcr.io/ea-nvidia-morpheus/morpheus:mrc-ci-build-240823 + container: nvcr.io/ea-nvidia-morpheus/morpheus:mrc-ci-build-241002 # Test container - test_container: nvcr.io/ea-nvidia-morpheus/morpheus:mrc-ci-test-240823 + test_container: nvcr.io/ea-nvidia-morpheus/morpheus:mrc-ci-test-241002 # Info about the PR. Empty for non PR branches. Useful for extracting PR number, title, etc. pr_info: ${{ needs.prepare.outputs.pr_info }} secrets: diff --git a/ci/scripts/run_ci_local.sh b/ci/scripts/run_ci_local.sh index 8050fe773..41299c3fb 100755 --- a/ci/scripts/run_ci_local.sh +++ b/ci/scripts/run_ci_local.sh @@ -58,7 +58,7 @@ GIT_BRANCH=$(git branch --show-current) GIT_COMMIT=$(git log -n 1 --pretty=format:%H) BASE_LOCAL_CI_TMP=${BASE_LOCAL_CI_TMP:-${MRC_ROOT}/.tmp/local_ci_tmp} -CONTAINER_VER=${CONTAINER_VER:-240823} +CONTAINER_VER=${CONTAINER_VER:-241002} CUDA_VER=${CUDA_VER:-12.1} DOCKER_EXTRA_ARGS=${DOCKER_EXTRA_ARGS:-""} diff --git a/external/utilities b/external/utilities index 9984a4bdb..c141827de 160000 --- a/external/utilities +++ b/external/utilities @@ -1 +1 @@ -Subproject commit 9984a4bdb5eb6de55d9c25dc3ad4ad1cd2679c39 +Subproject commit c141827dedccb6d01052477e22dbf7bf47dec5c0