Skip to content

Support for Ruby runtime #31

Open
@andreibondarev

Description

@andreibondarev

Is your feature request related to a problem? Please describe.
I'm building https://github.com/patterns-ai-core/langchainrb and I would like to be able to be able to integrate your tool if it's able to execute Ruby code in a sandbox environment. Do you have any plans to add the Ruby runtime?

Describe alternatives you've considered
Currently using https://github.com/ukutaht/safe_ruby but it's an extremely outdated library.

Activity

transferred this issue frome2b-dev/E2Bon Jul 19, 2024
ValentaTomas

ValentaTomas commented on Sep 23, 2024

@ValentaTomas
Member

Sorry for the late response @andreibondarev.

I think adding https://github.com/SciRuby/iruby as a custom Jupyter runtime, similar to how we add Java, R, etc. here, https://github.com/e2b-dev/code-interpreter/blob/beta/template/Dockerfile#L26 should allow you to execute Ruby.

The instructions about how to create a custom template with a modified Dockerfile are here: https://e2b.dev/docs/guide/beta-migration#custom-template.

linked a pull request that will close this issue on May 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

featureNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @andreibondarev@mishushakov@ValentaTomas

    Issue actions

      Support for Ruby runtime · Issue #31 · e2b-dev/code-interpreter