Skip to content

Commit 77c3de3

Browse files
authored
Update image size limit from 1 GB to 2 GB (#1452)
1 parent 15618b6 commit 77c3de3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/container-builds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@ deployment handles the build remotely.
122122
| No container runtime found | Install Docker, Podman, or Finch |
123123
| Runtime not ready | Docker: start Docker Desktop / `sudo systemctl start docker`. Podman: `podman machine start`. Finch: `finch vm init && finch vm start` |
124124
| 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` |
125+
| Image exceeds 2 GB | Use multi-stage builds, minimize packages, review `.dockerignore` |
126126
| Build fails | Check `pyproject.toml` is valid; verify network access for dependency installation |

0 commit comments

Comments
 (0)