-
Notifications
You must be signed in to change notification settings - Fork 36
rough draft of quick-start/flesh out USAGE.md #207
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
Open
msarahan
wants to merge
23
commits into
rapidsai:branch-24.06
Choose a base branch
from
msarahan:quickstart
base: branch-24.06
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 7 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
4499fbd
rough draft of quick-start/flesh out USAGE.md
msarahan a7fc05e
reference Brad's rapids-dev script
msarahan e7a5d5c
fix unfinished thought on switching devcontainers
msarahan dc153c0
Update USAGE.md
msarahan c82f0f7
system requirements and remote VS code usage
msarahan ad07fbb
Apply suggestions from code review
msarahan bda365a
flesh out 3-doc readme, copy img from CCCL
msarahan 3048772
Apply suggestions from code review
msarahan 8383e68
Update DEVELOP.md
msarahan aaaf1ec
make language less ambiguous
msarahan 90966c2
more language revision
msarahan bd29430
temporarily allow unbound variables while activating the conda env (#…
trxcllnt 635876f
Fix mambaforge shell history (backport #219) (#225)
trxcllnt 03d3fd4
Merge branch 'branch-24.04' into branch-24.02
trxcllnt b900eba
Revert "Merge branch 'branch-24.04' into branch-24.02"
trxcllnt 1b85460
Backport `sccache v0.7.7` update to `branch-24.02` (#231)
trxcllnt de5bd94
Apply suggestions from code review
msarahan b81fea8
Merge branch 'branch-24.02' into quickstart
trxcllnt 239106e
Make PATH usage of launch script consistent
msarahan 4e72a50
refine wording of develop shell scripts
msarahan 9aef493
Merge remote-tracking branch 'upstream/branch-24.06' into quickstart
msarahan 2f7a0c9
minimize unnecessary diffs
msarahan cf49010
Merge branch 'branch-24.06' into quickstart
msarahan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,23 @@ | ||
# RAPIDS [devcontainers](https://containers.dev/) | ||
|
||
This repository contains features and workflows for building development containers to support local dev and CI for NVIDIA [RAPIDS](https://github.com/rapidsai), [CCCL](https://github.com/nvidia/cccl), and [Legate](https://github.com/nv-legate). | ||
This repository contains centralized features and workflows for building | ||
development containers ([devcontainers](https://containers.dev/)) to support | ||
local dev and CI for projects in NVIDIA [RAPIDS](https://github.com/rapidsai), | ||
[CCCL](https://github.com/nvidia/cccl), and | ||
[Legate](https://github.com/nv-legate). | ||
|
||
We've chosen to use a monorepo, but it is similar in spirit to the official [devcontainers/features](https://github.com/devcontainers/features) and [devcontainers/images](https://github.com/devcontainers/images) repositories. | ||
[Devcontainers](https://containers.dev/) are an open standard for specifying the | ||
creation and execution of Docker containers for developing a codebase. | ||
|
||
### For details on using the RAPIDS devcontainers, see [`USAGE.md`](USAGE.md). | ||
Downstream repositories that utilize devcontainers use both the `feature` | ||
scripts that install software, as well as docker images that serve to cache sets | ||
of installed software. These images serve as base images for the devcontainers | ||
specified in the downstream repositories. | ||
|
||
### For details on contributing to this repository, see [`DEVELOP.md`](DEVELOP.md). | ||
## Usage | ||
|
||
### See the list of `rapidsai/devcontainers` tags [on DockerHub](https://hub.docker.com/r/rapidsai/devcontainers/tags). | ||
### [Using devcontainers to provide a build environment on a project](./USAGE_IN_PROJECT.md) | ||
|
||
### [Setting up and maintaining devcontainer configuration in other projects](./USAGE.md) | ||
|
||
msarahan marked this conversation as resolved.
Show resolved
Hide resolved
|
||
### [Developing the centralized `feature` scripts and base images in this repository](DEVELOP.md). |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.