You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2024. It is now read-only.
As part of the executor vision, a runtime interface will allow a better extraction of different runtimes (docker, firecracker, etc...) that executors can support.
To get to supporting multiple runtimes, a "runtime interface" needs to be designed and introduced.
Done
An interface that
Describes how to run an interface
How to process the outputs
Requirements of the runtime
Validation of runtime (e.g. check if firecracker can even be supported)
As part of the executor vision, a runtime interface will allow a better extraction of different runtimes (docker, firecracker, etc...) that executors can support.
To get to supporting multiple runtimes, a "runtime interface" needs to be designed and introduced.
Done