Skip to content
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

[FEA] Utilize a built devcontainer image for the CI runner #705

Open
Tracked by #701
mdemoret-nv opened this issue Feb 14, 2023 · 1 comment
Open
Tracked by #701

[FEA] Utilize a built devcontainer image for the CI runner #705

mdemoret-nv opened this issue Feb 14, 2023 · 1 comment
Assignees
Labels
feature request New feature or request

Comments

@mdemoret-nv
Copy link
Contributor

mdemoret-nv commented Feb 14, 2023

One downside of using devcontainers currently is they don't provide the exact same environment that the CI runner uses. So its possible to get errors in CI that do not show up locally due to different versions, configs, etc.

We can utilize the devcontainer CLI to export images that we could then use for the CI runner. This would eliminate many differences between the CI environment and the environment developers use.

@mdemoret-nv mdemoret-nv changed the title Utilize a built devcontainer image for the CI runner [FEA] Utilize a built devcontainer image for the CI runner Feb 14, 2023
@mdemoret-nv mdemoret-nv added the feature request New feature or request label Feb 14, 2023
@cwharris
Copy link
Contributor

This goes along with the #rapidsai/devcontainers work we've been doing. I'm looking forward to getting a prototype of this up and running. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
Status: Todo
Development

No branches or pull requests

3 participants