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

Add vim to images #1186

Merged
merged 2 commits into from
Jan 24, 2024
Merged

Add vim to images #1186

merged 2 commits into from
Jan 24, 2024

Conversation

psschwei
Copy link
Collaborator

Signed-off-by: Paul S. Schweigert paul@paulschweigert.com

We've found that having vim available on images is useful when needing to debug. So this PR adds it to the ray-node, gateway, and repository images.

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>

We've found that having vim available on images is useful when needing
to debug. So this PR adds it to the ray-node, gateway, and repository images.
Copy link
Collaborator

@akihikokuroda akihikokuroda left a comment

Choose a reason for hiding this comment

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

Putting the vim in the gateway and repository is convenient for debugging. For the ray-node image, we can install the vim when we debug. So it is not necessary but it may be convenient.

Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>

This adds a bit of size, and we run a LOT of ray nodes. The ray image
also allows for `sudo apt install vim`, so we don't need to preinstall
it.
@psschwei
Copy link
Collaborator Author

Good call @akihikokuroda . Adding vim adds ~60MB to the image size, and we run a lot of Ray nodes (plus they're ephemeral, unlike the gateway/scheduler). Let's drop vim from the ray node image.

@psschwei psschwei merged commit fa916ca into Qiskit:main Jan 24, 2024
17 checks passed
@psschwei psschwei deleted the debug-scheduler branch January 24, 2024 19:42
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.

3 participants