2 रिपॉजिटरी
Capabilities for extending a software runtime using custom base images or plugins.
Distinct from Runtime Extensions: None of the candidates cover extending a specialized Telegram environment via base images.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · Runtime Environment Extensions. Refine with filters or upvote what's useful.
This project is a collection of pre-configured Docker images that provide ready-to-run environments for interactive computing and data science. It functions as a scientific computing stack and a polyglot notebook server, bundling language interpreters and libraries for Python, R, and Julia within a containerized system to ensure reproducible research environments. The collection uses a layered image hierarchy to provide versioned software dependencies and support for hardware acceleration across different CPU architectures. It allows for the creation of custom images based on a foundation of
Supports the creation of inherited images to permanently install specific packages and dependencies.
Babashka is a native Clojure scripting interpreter and shell scripting language designed for system automation and command-line tasks. It functions as a compiled binary that executes Clojure code directly, eliminating the startup overhead associated with a Java Virtual Machine. The runtime is an extensible Clojure environment that supports a pod extension system, allowing external binaries to be loaded as libraries to add new functionality to the execution environment. Its capability surface includes support for building extensible command-line tools and deploying Clojure scripts as serverle
Provides a runtime environment that can be extended with external binaries loaded as pods.