From 6cd7b82e183fe09d797305f6638cc6454b6f927d Mon Sep 17 00:00:00 2001 From: Jake Awe <50372925+AyodeAwe@users.noreply.github.com> Date: Thu, 21 Sep 2023 13:54:19 -0500 Subject: [PATCH] Update image names (#432) PR updates `rapidsai/ci` references to `rapidsai/ci-conda` [skip ci] --- resources/reproducing-ci.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/reproducing-ci.md b/resources/reproducing-ci.md index 616673789e5..9cf26b6d8a9 100644 --- a/resources/reproducing-ci.md +++ b/resources/reproducing-ci.md @@ -54,7 +54,7 @@ docker run \ --network=host \ --volume $PWD:/repo \ --workdir /repo \ - rapidsai/ci:cuda11.8.0-ubuntu22.04-py3.10 + rapidsai/ci-conda:cuda11.8.0-ubuntu22.04-py3.10 ``` Once the container has started, you can run any of the CI scripts inside of it: