Files
Hanzo Dev c3efd3a149 feat: Add new Dockerfiles and improve containerization
- Add main Dockerfile for production builds
- Add Dockerfile.runtime for secure code execution
- Add Dockerfile.runtime.fixed with improved configuration
- Include .dockerignore for build optimization
- Add integration documentation and publishing guides
- Update API and CLI components for better runtime support
- Enhance sandbox and container management features
2025-08-16 23:03:39 -05:00
..

Hanzo Runtime Sandbox Image

Dockerfile contains the definition for hanzoai/sandbox which is used as the default sandbox image in Runtime Cloud.

The default sandbox image contains Python, Node and their most popular dependencies, including:

  • pipx

  • uv

  • python-lsp-server

  • numpy

  • pandas

  • scikit-learn

  • keras

  • torch

  • scipy

  • seaborn

  • matplotlib

  • django

  • flask

  • beautifulsoup4

  • requests

  • opencv-python

  • pillow

  • sqlalchemy

  • runtime

  • pydantic-ai

  • langchain

  • transformers

  • openai

  • anthropic

  • llama-index

  • instructor

  • huggingface

  • ollama

  • ts-node

  • typescript

  • typescript-language-server