Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/container-builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Loading