-
Notifications
You must be signed in to change notification settings - Fork 915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update devcontainers to CUDA Toolkit 12.2 #15099
Update devcontainers to CUDA Toolkit 12.2 #15099
Conversation
@@ -141,8 +141,10 @@ jobs: | |||
script: ci/test_wheel_dask_cudf.sh | |||
devcontainer: | |||
secrets: inherit | |||
uses: rapidsai/shared-action-workflows/.github/workflows/build-in-devcontainer.yaml@branch-24.04 | |||
uses: rapidsai/shared-workflows/.github/workflows/build-in-devcontainer.yaml@fix/devcontainer-json-location |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we merge that shared-workflows
PR into branch-24.04
before merging this PR? Or is there a dependency between the merge order?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to merge this before the shared-workflows PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The build-in-devcontainer.yaml
was hard-coded to CUDA 12.0 and the new workflow makes that configurable.
/merge |
/merge |
No description provided.