Skip to content

Commit

Permalink
update rapidsai/ci to rapidsai/ci-conda
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed Sep 22, 2023
1 parent 9153243 commit 28d10d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
name: Prepare
runs-on: ubuntu-latest
container:
image: rapidsai/ci:latest
image: rapidsai/ci-conda:latest
steps:
- name: Get PR Info
id: get-pr-info
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# limitations under the License.


ARG FROM_IMAGE="rapidsai/ci"
ARG FROM_IMAGE="rapidsai/ci-conda"
ARG CUDA_VER=11.8.0
ARG LINUX_DISTRO=ubuntu
ARG LINUX_VER=20.04
Expand Down

0 comments on commit 28d10d4

Please sign in to comment.