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 }} 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:-""}