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

Commits on Jan 22, 2024

  1. add vim to 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.
    psschwei committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    4cb56b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. drop vim from ray node

    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 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    eacfe47 View commit details
    Browse the repository at this point in the history