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

devcontainer improvements #423

Merged
merged 3 commits into from
Dec 11, 2024
Merged

Conversation

ajschmidt8
Copy link
Member

I was recently testing #417 locally and I realized that the devcontainer takes a long time to build.

I had committed some devcontainer improvements to #358, but since that may not be merged for a while, I decided to open a separate PR for those changes to get them merged sooner.

Effectively, this PR just moves tool installations (e.g. Go, Python, jq, yq, etc.) to a Dockerfile instead of using devcontainer features. This results in the devcontainer image building faster since the features generally do things like compile Python from source.

To test these changes, I ran a few commands, including ./scripts/get_medium.py. That script pulled in the latest Medium posts, which I decided to also include in this PR.

@ajschmidt8 ajschmidt8 requested a review from a team as a code owner December 11, 2024 16:27
Copy link

vercel bot commented Dec 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
rapids-ai ✅ Ready (Inspect) Visit Preview Dec 11, 2024 5:22pm

Copy link
Contributor

@bdice bdice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems fine to me. It did surprise me when I saw Python building from source with this devcontainer.

@ajschmidt8 ajschmidt8 merged commit 282513c into rapidsai:main Dec 11, 2024
1 check passed
@ajschmidt8 ajschmidt8 deleted the devcontainer branch December 11, 2024 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants