GitDeployHub

adithya-s-k/sandbox-comparision

github.com/adithya-s-k/sandbox-comparision ↗
Python
3 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • E2B_API_KEY secret E2B (https://e2b.dev) — required for `--provider e2b`
  • HF_TOKEN secret Hugging Face token (https://huggingface.co/settings/tokens) — required for `--provider hf` and `--provider hf-rust`
  • MCP_ENDPOINT MCP remote-code-execution server (Streamable HTTP endpoint) — required for `--provider mcp`
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/adithya-s-k/sandbox-comparision
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/adithya-s-k/sandbox-comparision
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/adithya-s-k/sandbox-comparision
Or deploy to a different host
← Try another repo