fix devcontainer builds#68
Merged
rapids-bot[bot] merged 5 commits intorapidsai:branch-24.12from Nov 18, 2024
jameslamb:devcontainers
Merged
fix devcontainer builds#68rapids-bot[bot] merged 5 commits intorapidsai:branch-24.12from jameslamb:devcontainers
rapids-bot[bot] merged 5 commits intorapidsai:branch-24.12from
jameslamb:devcontainers
Conversation
KyleFromNVIDIA
approved these changes
Nov 18, 2024
Member
|
/merge |
Merged
rapids-bot bot
pushed a commit
that referenced
this pull request
Dec 3, 2024
Follow-up to these PRs: * rapidsai/devcontainers#417 * #68 Proposes adding devcontainers and a devcontainers CI job to the repo. ## Notes for Reviewers ### Benefits of these changes * faster and easier local development * reduced risk of changes here breaking the RAPIDS unified devcontainers maintained in https://github.com/rapidsai/devcontainers Similar to rapidsai/nx-cugraph#25 ### How I made these changes Copied the `.devcontainer/` directory from https://github.com/rapidsai/cugraph, then just changed `cugraph` references to `cugraph-gnn`. ### How I tested this Tested the `update-version.sh` changes like this: ```shell ./ci/release/update-version.sh '25.04.00' git grep -E '25\.[0-9]+' ``` Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Bradley Dice (https://github.com/bdice) URL: #79
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes some small
dependencies.yamlissues to get devcontainers builds of these libraries working.Namely:
pytorch-cudashould be omitted when building on a CUDA minor version that it doesn't explicitly provide packages forNotes for Reviewers
How I tested this
Pointed rapidsai/devcontainers#417 at this branch and saw it pass.