We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
devcontainer
Many RAPIDS projects have started making use of devcontainers for project development
This leverages a container to spin up a fully functional development environment to work in
As an example, here is how RMM uses devcontainers
devcontainers
We might consider doing the same thing with cuCIM
The text was updated successfully, but these errors were encountered:
This may also obviate existing development solutions like our VSCode setup ( #706 )
It may also pair well with other work like devendoring CMake dependencies ( #686 ) and using rapids-cmake ( #627 )
rapids-cmake
Sorry, something went wrong.
No branches or pull requests
Many RAPIDS projects have started making use of
devcontainer
s for project developmentThis leverages a container to spin up a fully functional development environment to work in
As an example, here is how RMM uses
devcontainers
We might consider doing the same thing with cuCIM
The text was updated successfully, but these errors were encountered: