diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index c420f25497..e2ccaa59ea 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -94,7 +94,7 @@ jobs: # Disable conda upload for now, once we have morpheus packages in conda forge set the value to # !fromJSON(needs.prepare.outputs.is_pr) && (fromJSON(needs.prepare.outputs.is_main_branch) && 'main' || 'dev') || '' conda_upload_label: "" - container: nvcr.io/ea-nvidia-morpheus/morpheus:morpheus-ci-build-240129 - test_container: nvcr.io/ea-nvidia-morpheus/morpheus:morpheus-ci-test-240129 + container: nvcr.io/ea-nvidia-morpheus/morpheus:morpheus-ci-build-240209 + test_container: nvcr.io/ea-nvidia-morpheus/morpheus:morpheus-ci-test-240209 secrets: NGC_API_KEY: ${{ secrets.NGC_API_KEY }} diff --git a/ci/scripts/run_ci_local.sh b/ci/scripts/run_ci_local.sh index 353a493803..8da5630043 100755 --- a/ci/scripts/run_ci_local.sh +++ b/ci/scripts/run_ci_local.sh @@ -51,7 +51,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:-240129} +CONTAINER_VER=${CONTAINER_VER:-240209} CUDA_VER=${CUDA_VER:-12.1} DOCKER_EXTRA_ARGS=${DOCKER_EXTRA_ARGS:-""}