From eababf3c507bf0e310a2fa43e420f6be9be6a5db Mon Sep 17 00:00:00 2001 From: David Gardner Date: Mon, 10 Jul 2023 08:48:55 -0700 Subject: [PATCH 1/2] Bump version numbers for ci runners --- .github/workflows/pull_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index b4b0942af5..1d8f267e45 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -46,7 +46,7 @@ jobs: uses: ./.github/workflows/ci_pipe.yml with: run_check: ${{ startsWith(github.ref_name, 'pull-request/') }} - container: nvcr.io/ea-nvidia-morpheus/morpheus:morpheus-ci-build-230614 - test_container: nvcr.io/ea-nvidia-morpheus/morpheus:morpheus-ci-test-230614 + container: nvcr.io/ea-nvidia-morpheus/morpheus:morpheus-ci-build-230710 + test_container: nvcr.io/ea-nvidia-morpheus/morpheus:morpheus-ci-test-230710 secrets: NGC_API_KEY: ${{ secrets.NGC_API_KEY }} From 9f5040673eeb4c85c7bdaae3895bb10dec26e65f Mon Sep 17 00:00:00 2001 From: David Gardner Date: Mon, 10 Jul 2023 08:50:13 -0700 Subject: [PATCH 2/2] Change default version of CI runner for local CI --- ci/scripts/run_ci_local.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/scripts/run_ci_local.sh b/ci/scripts/run_ci_local.sh index 14ecb166c7..f98dd61d9f 100755 --- a/ci/scripts/run_ci_local.sh +++ b/ci/scripts/run_ci_local.sh @@ -49,7 +49,7 @@ GIT_BRANCH=$(git branch --show-current) GIT_COMMIT=$(git log -n 1 --pretty=format:%H) LOCAL_CI_TMP=${LOCAL_CI_TMP:-${MORPHEUS_ROOT}/.tmp/local_ci_tmp} -CONTAINER_VER=${CONTAINER_VER:-230614} +CONTAINER_VER=${CONTAINER_VER:-230710} CUDA_VER=${CUDA_VER:-11.8} DOCKER_EXTRA_ARGS=${DOCKER_EXTRA_ARGS:-""}