Skip to content

Commit

Permalink
New CI images with rapids 23.06 (#1030)
Browse files Browse the repository at this point in the history
* No code changes other than updating the CI versions

fixes #1025

Authors:
  - David Gardner (https://github.com/dagardner-nv)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: #1030
  • Loading branch information
dagardner-nv authored Jul 10, 2023
1 parent d7323a1 commit b279187
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion ci/scripts/run_ci_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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:-""}

Expand Down

0 comments on commit b279187

Please sign in to comment.