From 20a020ffb0f9fdd878e6d44081f43357888e8110 Mon Sep 17 00:00:00 2001 From: fengjessica Date: Tue, 2 Jun 2026 20:07:00 -0700 Subject: [PATCH] Update image size limit from 1 GB to 2 GB --- docs/container-builds.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/container-builds.md b/docs/container-builds.md index 3bca270e2..5d82d2f03 100644 --- a/docs/container-builds.md +++ b/docs/container-builds.md @@ -122,5 +122,5 @@ deployment handles the build remotely. | No container runtime found | Install Docker, Podman, or Finch | | Runtime not ready | Docker: start Docker Desktop / `sudo systemctl start docker`. Podman: `podman machine start`. Finch: `finch vm init && finch vm start` | | Dockerfile not found | Ensure `Dockerfile` exists in the agent's `codeLocation` directory | -| Image exceeds 1 GB | Use multi-stage builds, minimize packages, review `.dockerignore` | +| Image exceeds 2 GB | Use multi-stage builds, minimize packages, review `.dockerignore` | | Build fails | Check `pyproject.toml` is valid; verify network access for dependency installation |