We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15618b6 commit 77c3de3Copy full SHA for 77c3de3
1 file changed
docs/container-builds.md
@@ -122,5 +122,5 @@ deployment handles the build remotely.
122
| No container runtime found | Install Docker, Podman, or Finch |
123
| Runtime not ready | Docker: start Docker Desktop / `sudo systemctl start docker`. Podman: `podman machine start`. Finch: `finch vm init && finch vm start` |
124
| Dockerfile not found | Ensure `Dockerfile` exists in the agent's `codeLocation` directory |
125
-| Image exceeds 1 GB | Use multi-stage builds, minimize packages, review `.dockerignore` |
+| Image exceeds 2 GB | Use multi-stage builds, minimize packages, review `.dockerignore` |
126
| Build fails | Check `pyproject.toml` is valid; verify network access for dependency installation |
0 commit comments