#43 · Primary category: AI DevOps & SRE Tools

envd

agent buildkit code-agent codex developer-tools development-environment docker hacktoberfest llmops mlops mlops-workflow model-serving

🏕️ Reproducible development environment for humans and agents

Project last updated:07/25/26

GitHub Stars

2.2K

Forks

168

Contributors

67

License

Apache-2.0

Why we included this project

Hand-maintaining Dockerfiles and CUDA/Python dependency scripts gets old fast, and envd offers a different route. Instead of writing brittle container instructions, you declare the packages and tooling you want in a build.envd file and run envd up. It builds an isolated, OCI-compatible environment that takes care of conda, Python packages, shells, and Jupyter setup. Because it leans on BuildKit for caching and remote builds, recreating an environment is quicker and wastes less than a fresh Docker build. The same environment runs locally or can be pushed to a registry and pulled into Kubernetes, which helps teams keep setups consistent across laptops and shared infra. This is a developer-experience tool for reproducible ML environments, not a training or serving framework; reach for it when environment drift is the pain point.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category