From 536e141733ca5a35c52d552194953d92044622d6 Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Fri, 20 Sep 2024 19:30:57 -0500 Subject: [PATCH] Fix container images. --- .github/workflows/pr.yaml | 6 +++--- .github/workflows/test.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr.yaml b/.github/workflows/pr.yaml index 59fbc463784..0fe4533f68e 100644 --- a/.github/workflows/pr.yaml +++ b/.github/workflows/pr.yaml @@ -99,7 +99,7 @@ jobs: build_type: pull-request # Use the wheel container so we can skip conda solves and since our # primary static consumers (Spark) are not in conda anyway. - container_image: "rapidsai/ci-wheel:cuda12.5.1-ubuntu22.04-py3.11" + container_image: "rapidsai/ci-wheel:latest" run_script: "ci/configure_cpp_static.sh" conda-notebook-tests: needs: conda-python-build @@ -109,7 +109,7 @@ jobs: build_type: pull-request node_type: "gpu-v100-latest-1" arch: "amd64" - container_image: "rapidsai/ci-wheel:cuda12.5.1-ubuntu22.04-py3.11" + container_image: "rapidsai/ci-conda:cuda12.5.1-ubuntu22.04-py3.11" run_script: "ci/test_notebooks.sh" docs-build: needs: conda-python-build @@ -119,7 +119,7 @@ jobs: build_type: pull-request node_type: "gpu-v100-latest-1" arch: "amd64" - container_image: "rapidsai/ci-wheel:cuda12.5.1-ubuntu22.04-py3.11" + container_image: "rapidsai/ci-conda:cuda12.5.1-ubuntu22.04-py3.11" run_script: "ci/build_docs.sh" wheel-build-cudf: needs: checks diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1f7190ae3c7..a10117a45e6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -50,7 +50,7 @@ jobs: build_type: pull-request # Use the wheel container so we can skip conda solves and since our # primary static consumers (Spark) are not in conda anyway. - container_image: "rapidsai/ci-wheel:cuda12.5.1-ubuntu22.04-py3.11" + container_image: "rapidsai/ci-wheel:latest" run_script: "ci/configure_cpp_static.sh" conda-python-cudf-tests: secrets: inherit